Web Servers

  • Thread starter Thread starter Bakshi
  • Start date Start date
B

Bakshi

Hello Dears,

Can anybody tell me that Other than IIS which are other web servers
available on which i can deploy my Ajax enabled asp .net 2.0 web site?

Thanks in advance
 
Dunno about the AJAX side of it, but aspx pages will run on Apache, using
XSP and the mod_mono Apache module:

http://www.mono-project.com/ASP.NET

If you only want to host .NET stuff, you can use XSP as a standalone Web
server.

You may want to check on the status of the .NET 2.0-only stuff you are using
to see if it's supported yet on Mono. I believe the road map is to have it
all supported in Q2 2007. So it's close.


Peter
 
Back
Top