running asp.net mvc on iis6, do I need to install anything on the server?
or can I just drop the .dll’s in the /bin (system.web.mvc/routing/etc)
running asp.net mvc on iis6, do I need to install anything on the server?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here’s some resources for running MVC on IIS6:
Have to have .NET 3.5 to use ASP.NET MVC (without hacking):
Install MVC on 2.0.NET Server with IIS6 without Admin Rights
And
http://www.developingfor.net/aspnet-mvc/deploying-aspnet-mvc-on-iis6.html
Setup the Routing to work with IIS6:
http://haacked.com/archive/2008/11/26/asp.net-mvc-on-iis-6-walkthrough.aspx
And
http://blog.codeville.net/2008/07/04/options-for-deploying-aspnet-mvc-to-iis-6/
Running it on .Net 2.0 Framework:
http://www.hanselman.com/blog/DeployingASPNETMVCOnASPNET20.aspx