3

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

Joel Coehoorn
  • 399,467
  • 113
  • 570
  • 794
Paypal
  • 361
  • 1
  • 5
  • 10

2 Answers2

4

Consider looking at Mono.

4

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]

Steve Rowe
  • 19,411
  • 9
  • 51
  • 82