Questions tagged [asp.net]

13 questions
8
votes
2 answers

Has anyone got any performance numbers comparing IIS and .NET to Cherokee and Mono?

I am setting up a development server and want to set it up to serve ASP.NET pages using Mono. I am planning on using Cherokee and Mono (http://www.cherokee-project.com/doc/cookbook_mono.html) and wondered if anyone had done any performance testing…
Larry Smithmier
  • 465
  • 2
  • 10
  • 14
3
votes
1 answer

mod-mono-server 4 is not working, while 2 does

I need to deploy an ASP.NET MVC4 (MVC3 at least) application on Centos 6 server. I've installed Mono 3.2.1, XSP4, mod_mono (for use with apache web server) and succesfully ran the test application that goes with mono. I used a config tool to create…
3
votes
2 answers

Nano syntax highlighting for C# and/or ASP. Net

Has anyone got (or can point in the direction of) a nanorc file that contains syntax highlighting for C# and/or ASP.Net?
Rob Cowell
  • 322
  • 3
  • 8
2
votes
0 answers

mod_mono on SLES 12.1 fails to encrypt ASP.Net web.config

I am trying to migrate an ASP.Net (2.0) VB web app from a SLES 11 server to a new SLES 12 server. Unfortunately, mono is no longer supported by Novell / SUSE / NetIQ folk. This is my first time developing for a mono / mod_mono Apache combination. It…
Colin
  • 21
  • 5
2
votes
0 answers

Mono/ASPvNext Distro?

Is there a preconfigured linux distro for running mono applications on linux? I would like to have a "clean working" environment to start from, so I can test my stuff works, before I order a linux box and start to migrate my application. I am…
1
vote
2 answers

Developing asp.net mvc on linux

I am trying to get rid of Windows, and switch to Fedora. In college I'm learning a lot of asp.net MVC 5. Now. I know I can do asp.net Core on Linux, with vs code and so on, but is it possible for me to use something like Rider, to develop web apps…
Alex Ironside
  • 341
  • 2
  • 6
  • 12
1
vote
1 answer

Encountering issues when trying to host an ASP.NET Web Api on Debian using Mono and Nginx

I have a Web API that is using .NET 4.0 which I'm now trying to deploy on Debian. I've followed a few tutorials on how to do this, e.g. Running ASP.net Web API Services under Linux and OSx. $ /etc/nginx/sites-available/default: server { listen …
0
votes
1 answer

How to install previous dotnet versions alongside latest versions?

I'm using PopOs 21.10 and use the latest dotnet versions Now I have to install the previous version dotnet core 3.1 I tried wget https://packages.microsoft.com/config/ubuntu/21.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb sudo…
Question3r
  • 11
  • 4
0
votes
1 answer

launch a dotnet core executable through daemon systemd in relative path

I have developed and published a web application on dotnet core for linux arm machine. To do this, the command has been launched: dotnet publish --runtime linux-arm -p:PublishSingleFile=true And as a result gives the directory: Mode …
Fco Javier Balón
  • 1,144
  • 2
  • 11
  • 31
0
votes
0 answers

How to render ASP.NET's Script Manager followed by the UpdatePanel in webpage on Ubuntu 16.04?

I wish to find out how to render ASP.NET's Script Manager followed by the UpdatePanel in an webpage on Ubuntu 16.04. The following aspx script code runs fine on Windows 7 Microsoft Visual Studio 2013 combined with Xamarin Studio. However, when I…
Frank
  • 651
  • 3
  • 10
  • 25
0
votes
1 answer

Puzzle with compilation of default.aspx.cs under Ubuntu 16.04 failing upon http://127.0.0.1/default.aspx

I would like to know why compilation of default.aspx.cs under Ubuntu Linux 16.04 with a code behind pointing to default.aspx.cs fails when I enter http://127.0.0.1/default.aspx at the web browser. Also, there is a default.aspx.designer.cs file in…
Frank
  • 651
  • 3
  • 10
  • 25
0
votes
0 answers

Relationship is between Apache2 and xsp2 (or mono-xsp2) for an Ubuntu Linux 16.04 system which serves mono ASP-NET content to an web browser user

I am interested in knowing what is the relationship is between Apache2 and xsp2 (or mono-xsp2) for an Ubuntu Linux 16.04 system which serves mono ASP-NET content to an web browser user requesting an WebForm, hello.aspx. What does it mean to serve…
Frank
  • 651
  • 3
  • 10
  • 25
0
votes
2 answers

How to access a website hosted on an Ubuntu virtual machine on Azure?

I'm using an Ubuntu 14.10 virtual machine located on Azure and I'm accessing it via a PuTTY client. I've installed required software like Nginx and Mono, and I'm trying to host ASP.NET 5 webapp on Ubuntu. Which IP address can be used instead of…