When I install ASP.NET MVC, am I installing a different run-time, compiler, etc? Or, is it just GACing some managed assemblies for the framework?
When I install ASP.NET MVC, am I installing a different run-time, compiler, etc? Or,
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.
It is installing
System.Web.Abstractions.dll,System.Web.Routing.dllandSystem.Web.Mvc.dllassemblies into the GAC and depending on the type of install it could also install a VS project template.