[A]System.Web.WebPages.Razor.Configuration.HostSection cannot be cast to… web.config issue

前端 未结 6 1088
野趣味
野趣味 2020-12-23 00:22

I am getting the following error:

[A]System.Web.WebPages.Razor.Configuration.HostSection cannot be cast to [B]System.Web.WebPages.Razor.Configuratio

6条回答
  •  太阳男子
    2020-12-23 00:58

    Tried all the methods above, and the issue was still not solved until I inserted the following lines in web.config directly under project folder.

      
        
        
      
    

提交回复
热议问题