Je suis en train d'ajouter
<location inheritInChildApplications="false">
à mon parent web web de l'application.la configuration, mais il ne semble pas fonctionner.
Mes parents web.config
a:
<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>
Mon enfant de l'application web est installé comme une application dans IIS, et hérite de l'objet parent, web.config
qui est à l'origine des problèmes.
Exactement où dois-je placer les
<location inheritInChildApplications="false">
donc, il ignore tous les web différents.paramètres de configuration?