Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can i host ASP.NET on an apache server?

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

like image 791
sMaN Avatar asked Feb 26 '23 18:02

sMaN


1 Answers

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.

like image 145
Gelatin Avatar answered Mar 01 '23 07:03

Gelatin