Disable web.config inheritance?

前端 未结 4 868
逝去的感伤
逝去的感伤 2020-11-30 00:48

I have a content management application in the root of my website, and I\'m trying to use a different app (a billing application) under a sub-folder. Unfortunately, the web.

4条回答
  •  既然无缘
    2020-11-30 01:05

    If you can use 2 separate application pools, you can completely stop inheritance by using an attibute enableConfigurationOverride="false" in the applicationHost.config file as I described in this question: “Entry has already been added” - Two Separate App Pools

    
        
    
    

提交回复
热议问题