domlao
domlao

Reputation: 16029

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.

Upvotes: 2

Views: 6800

Answers (1)

Andrus
Andrus

Reputation: 27921

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

Upvotes: 3

Related Questions