tags:

views:

89

answers:

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

+4  A: 

Consider looking at Mono.

Amit
Is Mono hosted in windows only?
Paypal
no mono is cross platform
RageZ
+4  A: 

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
Just to clarify as this was the accepted answer - Mono relates to .NET, and therefore has no relationship with classic asp...
Joe R
@Joe90 ,isn't classic asp also developped by MS?
Paypal
Yes, it was MS's first attempt at a dynamic web page framework. But it is not ASP.NET...
Joe R
A: 

See this article for an introduction how to run ASP.NET code with Mono on Linux.

Aaron Digulla
A bit thin on details, that article.Aaron, I didn't know you were hanging out on Stackoverflow! :-) Have you seen http://stackoverflow.com/questions/1552200/writing-an-os-for-motorola-68k-processor-can-i-emulate-it-and-can-i-test-drive/1624669#1624669 ?
Amigable Clark Kant
Yeah, you're right. I didn't read it thoroughly. :)
Aaron Digulla