<t>Open web.config file and find the System.Web.Mvc assembly definition:<br/>
<br/>
assembly="System.Web.Mvc, Version=3.0.0.0 ..."<br/>
<br/>
```<br/>
<br/>
It's an MVC3 as you see. Via web you can use [MvcDiagnostics](http://haacked.com/archive/2010/12/05/asp-net-mvc-diagnostics-using-nuget.aspx) which is similar to `phpinfo()` functionality in PHP.</t>