Skip to main content

Questions tagged [asp.net]

0 votes
0 answers
79 views

I have a web server running Almalinux and cPanel (LAMP Stack). We need to run a new web app created with ASP.net and SQL Server on the same server and according to our research, there is no way to do ...
Ameer Elsherif's user avatar
0 votes
1 answer
583 views

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-...
Question3r's user avatar
0 votes
1 answer
530 views

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 ...
Francisco de Javier's user avatar
1 vote
2 answers
488 views

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 ...
Alex Ironside's user avatar
0 votes
0 answers
484 views

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 ...
Frank's user avatar
  • 711
0 votes
1 answer
180 views

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. ...
Frank's user avatar
  • 711
0 votes
0 answers
198 views

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 ...
Frank's user avatar
  • 711
2 votes
0 answers
314 views

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 ...
Colin's user avatar
  • 21
1 vote
1 answer
857 views

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/...
Erik Karlstrand's user avatar
2 votes
0 answers
109 views

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 ...
Jarmez De La Rocha's user avatar
0 votes
2 answers
2k views

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 ...
DetectiveShmee's user avatar
3 votes
1 answer
6k views

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 ...
Vladimir Glushkov's user avatar
3 votes
2 answers
2k views

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's user avatar
8 votes
2 answers
1k views

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 ...
Larry Smithmier's user avatar