c# - should I install asp.net mvc 2 on a deploy machine? -


I am deploying an ASP.NET mvc 2 app on Windows 2008 R2 and I get an error that someone No system. Web .mvc.dll, should I install mvc2 on deployment machine?

You can actually deploy without MVC to your server by employing MVC DLL on the server be established. Keep the following DLLs in your bin directory and it will work fine

  System.Web.Mvc System.Web.Routing System.Web.Abstractions  

If your server is on .NET 3.5 SP1, you only need to run the web. MVC DLL needs to be deployed, if it is not running then SP1 will need to deploy all 3 of you.

Here is an article of Phil Hack, it's more


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -