7
İnheritInChildApplications kullanarak alt web uygulamasında web.config mirasından kaçının
Eklemeye çalışıyorum <location inheritInChildApplications="false"> ana web uygulamamın web.config dosyasına bağladım, ancak çalışmıyor gibi görünüyor. Ebeveynimin web.config: <configuration> <configSections> </configSections> // 10 or so custom config sections like log4net, hibernate, <connectionStrings> </connectionStrings> <appSettings> </appSettings> <system.diagnostics> </system.diagnostics> <system.web> <webParts> </webParts> <membership> </membership> <compilation> </compilation> </system.web> <location ..> <system.web> </system.web> </location> <system.webServer> </system.webServer> …