开发者

Can i host ASP.NET on an apache server?

开发者 https://www.devze.com 2023-01-05 01:25 出处:网络
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 ne

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 argumen开发者_如何学运维ts sake this question is directed towards a windows box.

Thanks


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.


I believe there's a mod_mono you can use.


If you are windows user then you can go along with mod_aspdotnet

and if you are linux user then you can use mod_mono.

0

精彩评论

暂无评论...
验证码 换一张
取 消