Paypal
Paypal

Reputation: 361

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

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

Upvotes: 3

Views: 225

Answers (2)

Steve Rowe
Steve Rowe

Reputation: 19423

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]

Upvotes: 4

user59634
user59634

Reputation:

Consider looking at Mono.

Upvotes: 4

Related Questions