Serving ASP .NET pages from a Linux Server

  • Thread starter Thread starter Pradeep Kumar
  • Start date Start date
P

Pradeep Kumar

Hi,
I want to know whether it is possible to serve ASP .NET pages from a Linux
based web server? Are there any web servers for that?
 
Oh yea.
One is called ROTOR.
Is it working or not I do not know.

But bit of advice. Stick with Java (or PHP/Perl on Linux and .NET on
Windows.

George.
 
I want to know whether it is possible to serve ASP.NET pages from
a Linux based web server? Are there any web servers for that?

You can use the ASP.NET server from the Mono Project. I use it
together with Mono (Open Source .NET Framework) for the purpose
which you describe above and it works just fine. On the Homepage
of the Mono Project (http://www.go-mono.com) you will also find
information on how to use the Apache server for this purpose (but
in many cases, the ASP.NET server from the project is sufficient).

The ASP.NET Server from the Mono Project is called XSP and you
can find it on the following download page:

http://www.go-mono.com/download.html

I don't agree with George's reply to your posting; I think that
C#/.NET/ASP.NET can (and should) be used on Linux, too, and the
Mono Project seems to be the way to do it.

HTH, Thomas.
 
Back
Top