Sto provando ad aggiungere
<location inheritInChildApplications="false">
al web.config dell'applicazione web principale, ma non sembra funzionare.
I miei genitori web.config
hanno:
<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>
L'applicazione Web di mio figlio è configurata come applicazione in IIS e sta ereditando da quella del genitore web.config
che causa problemi.
Dove esattamente dovrei posizionare il
<location inheritInChildApplications="false">
quindi ignora tutte le varie impostazioni web.config?