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>
Alt web uygulamam IIS'de bir uygulama olarak ayarlandı ve web.config
sorunlara neden olan üst öğeden miras alıyor .
Tam olarak nereye yerleştirmeliyim
<location inheritInChildApplications="false">
böylece tüm web.config ayarlarını yok sayar?