Saya mencoba menambahkan
<location inheritInChildApplications="false">
ke web.config aplikasi web orang tua saya tetapi tampaknya tidak berfungsi.
Orang tua saya web.config
memiliki:
<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>
Aplikasi web anak saya diatur sebagai aplikasi di IIS, dan merupakan warisan dari orangtua web.config
yang menyebabkan masalah.
Di mana tepatnya saya harus meletakkan
<location inheritInChildApplications="false">
jadi itu mengabaikan semua pengaturan berbagai web.config?