추가하려고합니다
<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 설정을 모두 무시합니까?