up vote 3 down vote favorite
share [g+] share [fb]

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

link|improve this question

56% accept rate
feedback

3 Answers

up vote 4 down vote accepted

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]

link|improve this answer
Just to clarify as this was the accepted answer - Mono relates to .NET, and therefore has no relationship with classic asp... – Joe R Nov 10 '09 at 8:53
@Joe90 ,isn't classic asp also developped by MS? – Paypal Nov 10 '09 at 9:03
Yes, it was MS's first attempt at a dynamic web page framework. But it is not ASP.NET... – Joe R Nov 10 '09 at 9:17
feedback

Consider looking at Mono.

link|improve this answer
Is Mono hosted in windows only? – Paypal Nov 10 '09 at 8:30
no mono is cross platform – RageZ Nov 10 '09 at 8:54
feedback

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

link|improve this answer
A bit thin on details, that article. Aaron, I didn't know you were hanging out on Stackoverflow! :-) Have you seen stackoverflow.com/questions/1552200/… ? – Amigable Clark Kant Nov 10 '09 at 9:18
Yeah, you're right. I didn't read it thoroughly. :) – Aaron Digulla Nov 10 '09 at 10:53
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.