views:

49

answers:

2

I have heard of the pains of setting up IIS. On a windows box, can I simply drop a ASP.NET application into Apache server and have it work? Or are there any other server alternatives? I am relatively new to web server concepts. I have heard suggestions for the server in mono but it doesn't seem practical using mono on a windows box, I could use a Linux box with mono, which wouldn't surprise me if it worked better then a windows solution, but for arguments sake this question is directed towards a windows box.

Thanks

+2  A: 

Try mod_aspdotnet.

mod_aspdotnet is a loadable Apache 2 module for serving ASP.NET content using the Microsoft's ASP.NET hosting and .NET runtime within the Apache HTTP Server process.

Simon Brown
My answer already includes the link.
Simon Brown
Is this technology outdated for .Net3.5? It seems like it stopped development prior to 2.0? Or is there other documentation not than on the sourceforge site.
Shaun
+1  A: 

I believe there's a mod_mono you can use.

Spreadsheet