Questions tagged [asp.net]
The asp.net tag has no summary.
14 questions
0
votes
0
answers
79
views
How do I create a windows server vm on existing linux server running cPanel?
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 ...
0
votes
1
answer
583
views
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-...
0
votes
1
answer
530
views
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 ...
1
vote
2
answers
488
views
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 ...
0
votes
0
answers
484
views
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 ...
0
votes
1
answer
180
views
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. ...
0
votes
0
answers
198
views
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 ...
2
votes
0
answers
314
views
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 ...
1
vote
1
answer
857
views
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/...
2
votes
0
answers
109
views
Mono/ASPvNext Distro? [closed]
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 ...
0
votes
2
answers
2k
views
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 ...
3
votes
1
answer
6k
views
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 ...
3
votes
2
answers
2k
views
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?
8
votes
2
answers
1k
views
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 ...