Deploying ASP.NET MVC using apache server and mysql database
Is it possible to use an apache server deploying my asp.net MVC webapp and using mysql database? Currently I'm testing my application using 开发者_开发知识库the integrated xsp webserver in my mono develop.
Please advise.
Many thanks.
In windows you can use mod_aspdotnet, see
https://serverfault.com/questions/132846/configuring-asp-net-mvc2-on-apache-2-2-using-mod-aspdotnet
In linux you can create web application config file using online tool in go-mono.com web site and put this file to apache config directory like /etc/httpd
精彩评论