MVC: From where to find System.Web.MVC dll in a system
Default path for System.Web.MVC dll
MVC 2
C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET MVC 2\Assemblies\System.Web.Mvc.dll
MVC 3
C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET MVC 3\Assemblies\System.Web.Mvc.dll
MVC 4
C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET MVC 4\Assemblies\System.Web.Mvc.dll
MVC 5
C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET Web Stack 5\Packages\ Microsoft.AspNet.Mvc.5.0.0\lib\net45\System.Web.Mvc.dll
Hope this help !
Categories: MVC
ASP.NET MVC Framework, DLL, MVC, MVC5, System.Web.MVC.dll
It is better to add MVC reference through Nuget. It will help on multiple programmer works together. So Dependency of PC will reduce.
Agreed to your comment for VS 2013 , But the issue mentioned resolves the issue for VS 2010
The way you explained MVC architecture for Beginner is fabulous …Keep It up the good work!!!!