Conflicting versions of ASP.NET Web Pages detected

前端 未结 4 2077
栀梦
栀梦 2021-01-07 23:44

I just moved from php to asp.net. I\'m trying to deploy a very basic mvc 3 application to my hosting provider. After it deploys, I visit the website, and it displays:

4条回答
  •  Happy的楠姐
    2021-01-08 00:23

    You need to set webpages:Version appSettings with appropriate value. In your case it has to be 2.0.0.0

    
        
    
    

提交回复
热议问题