What does the web.config compilation/assemblies element do?

前端 未结 5 1443
面向向阳花
面向向阳花 2020-12-02 12:04

I had a problem where, working on a new MVC project, as soon as I added Html.Partial(\"Name\") to my _Layout.cshtml page, ASP.NET would throw this

5条回答
  •  广开言路
    2020-12-02 12:34

    Visual Studio 2017 MVC.RAZOR fixed by adding this to web app web.config section: here is a snippet of my Web.Config just after system.web node:

    
        
        
        
          
        
      
        
    

提交回复
热议问题