I'm going to deploy an ASP.NET MVC project on IIS (6.0 & 7.5) but don't now is it necessary to install anything on IIS?
+1
A:
No, you can deploy everything in the web app.
Just make sure the references for mvc point to you bin folder
Richard L
2010-03-13 12:11:42
A:
You can easily copy the "System.Web.Mvc.dll" from one of these folders (depends which version you want to deploy)
"C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET MVC 1.0\Assemblies\System.Web.Mvc.dll" "C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET MVC 2\Assemblies\System.Web.Mvc.dll"
into your Web bin folder. No need to install anything on IIS.
Martin Buberl
2010-03-13 12:19:52