How do I stop web.config inheritance

前端 未结 3 754
借酒劲吻你
借酒劲吻你 2020-12-09 21:32

Ok

I have a Asp .net 3.5 Website in IIS6 on Windows Server 2003 (32bit).

with a Asp.Net 1.1 WebApplication in a sub virtual directory. (this is set to use t

3条回答
  •  执念已碎
    2020-12-09 22:09

    Most of the sections in Web.config can have a tag added to them - it might be worth adding this to the affected sections to see if it solves your inheritance probem (see Is it possible to completely negate a "higher" web.config in a subfolder? for some caveats to watch out for).

提交回复
热议问题