6
IIS는 잠긴 섹션에 대해 불평합니다-잠긴 위치를 어떻게 알 수 있습니까?
내 web.config 에이 섹션이 있습니다. <system.webServer> <modules runAllManagedModulesForAllRequests="true" /> <security> <authentication> <anonymousAuthentication enabled="true" /> <windowsAuthentication enabled="true" /> </authentication> </security> </system.webServer> IIS7이 충돌하고 인증 섹션에 대해 불평합니다. 모듈 AnonymousAuthenticationModule 알림 AuthenticateRequest 처리기 StaticFile 오류 코드 0x80070021 구성 오류이 구성 섹션은이 경로에서 사용할 수 없습니다. 이것은 섹션이 부모 수준에서 잠겨있을 때 발생합니다. …
54
iis-7
web.config