1

Thinktecture.IdentityServer (OnPremise) .NET 4.5 버전을 사용하고 있습니다. 구성 문제를 디버깅하는 데 도움이 필요합니다. 내 OAuth는 엔드 포인트에 액세스하려고하면 내가 얻을SslNegotiateCert Web.Config 오류 (Thinktecture.IdentityServer .NET 4.5)

"HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid."

이것은 구성 오류입니다 :

This configuration section cannot be used at this path. This happens when the section is locked at a parent level. Locking is either by default (overrideModeDefault="Deny"), or set explicitly by a location tag with overrideMode="Deny" or the legacy allowOverride="false".

의 Web.config의 문제 영역에 대한 구성 소스입니다 :

34:  <security> 
35:   <access sslFlags="SslNegotiateCert" /> 
36:  </security> 

앞으로 나아갈 방법이 확실하지 않습니다. 이 솔루션을 사용해 보았습니다. http://blog.thinkoriginally.com/2010/02/17/asp-net-config-error-this-configuration-section-cannot-be-used-at-this-path/ 성공했지만 성공하지 못했습니다.

답변