2017-04-20 13 views
0

이 메시지는 "내부 서버 오류가 발생했기 때문에 페이지를 표시 할 수 없습니다."라는 메시지가 나타납니다.내가 하늘에 customErrors 모드 = "꺼짐"으로 설정했습니다. 오류 정보를 얻지 마십시오.

내 Web.config의

<customErrors mode="Off"/> 

내 Web.Debug.config/Web.Release.config

<customErrors mode="Off" xdt:Transform="Replace"/> 
    <compilation xdt:Transform="RemoveAttributes(debug)" /> 

난 아주 많이 어떤 도움

답변

0

에게 감사하겠습니다이 문제를 해결

<system.webServer> 
     <httpErrors errorMode="Detailed" /> 
     <asp scriptErrorSentToBrowser="true"/> 
    </system.webServer> 
+1

굉장! 다른 사람들이 그 혜택을 볼 수 있도록 대답으로 표시 할 수 있습니까? 감사! –