How to Prevent MVC 4 Child Application inheriting Parent Application (Umbraco MVC3) web.config

后端 未结 2 964
庸人自扰
庸人自扰 2020-12-19 20:26

I have Umbraco deployed on the server. Currently I am trying to deploy MVC 4 Application as a child application but somehow the child\'s views\\web.config inherits the confi

2条回答
  •  执念已碎
    2020-12-19 20:52

    I had the exact same issue. I resolved it by adding an assembly redirect for razor to my child application like this:

    
    
      
       
        
      
     
    
    

提交回复
热议问题