Search code examples
asp.net-mvcrazorrazor-2

How can I tell which version of MVC a Web Application\Site is?


As above... How could you find out, given the source code, what version of MVC an application is?


Solution

  • If you right click on the MVC reference in the web application and go to properties, there should be version property of the referenced MVC dll.