Я намагаюся додати
<location inheritInChildApplications="false">
до веб-програми моєї батьківської веб-програми web.config, але, схоже, це не працює.
Мої батьки 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>
Моя дочірня веб-програма налаштована як програма в IIS і успадковується від батьківського, web.config
що викликає проблеми.
Де саме я повинен розмістити
<location inheritInChildApplications="false">
тож він ігнорує всі різні налаштування web.config?