7
inheritInChildApplications를 사용하여 자식 웹 응용 프로그램에서 web.config 상속을 피하십시오.
추가하려고합니다 <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> …