When creating a new project using the ASP.Net MVC 3 tools it adds the following application setting to the Web.config:
<appSettings>
<add key="webpages:Version" value="1.0.0.0"/>
</appSettings>
What does it do?
See Question&Answers more detail:os