c# - Conflicting versions of ASP.NET Web Pages detected -


i moved php asp.net. i'm trying deploy basic mvc 3 application hosting provider. after deploys, visit website, , displays:

conflicting versions of asp.net web pages detected: specified version "1.0.0.0", version in bin "2.0.0.0". continue, remove files application's bin directory or remove version specification in web.config.

i'm not sure look. 'out of box' mvc 3 application no modification. tried use method, "http://stackoverflow.com/questions/10896878/conflicting-versions-of-asp-net-web-pages-detected-specified-version-is-1-0-0" had no luck.

any appreciated.

you need set webpages:version appsettings appropriate value. in case has 2.0.0.0

<appsettings>     <add key="webpages:version" value="2.0.0.0"/> </appsettings> 

Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -