I know it's MS's product,
but is it neccesary that it's hosted in windows environment?
More specificly,I need it to run in Fedora
I know it's MS's product,
but is it neccesary that it's hosted in windows environment?
More specificly,I need it to run in Fedora
Mono is what you are looking for. It contains the ASP.Net runtime and development environment for Linux (and others). You can't run classic ASP on it, but you most definitely can run ASP.Net. That's probably what it is best at.
[Edited to clarify that you can't run ASP on Linux with Mono]
See this article for an introduction how to run ASP.NET code with Mono on Linux.