Is it possible to configure a web server for asp and asp.net on linux?

I know his MS product,

but is it necessary to host it on a Windows environment?

More specifically, I need it to work in Fedora

+3
source share
2 answers

Mono is what you are looking for. It contains the ASP.Net runtime and development environment for Linux (and others). You cannot run classic ASP, but you can certainly run ASP.Net. This is probably the best.

[Edited to clarify that you cannot run ASP on Linux using Mono]

+4
source

Look at Mono.

+4
source

Source: https://habr.com/ru/post/1722411/


All Articles