IIS 500 Error WCF Service and Failed Request Tracing not info
问题 I have a WCF service running in IIS 8.5 on Windows Server 2012 R2 with AppPool Integrated. I open url in the server: http://localhost:50123/MyService.svc I have HTTP 500 Internal Server Error . (IExplorer cannot show the page) I have not found the problem in Event logs, IIS Logs. I apply this steps: https://peter.hahndorf.eu/blog/iislogging.html Disable IE “Friendly HTTP error messages” <customErrors mode=”Off” /> <httpErrors errorMode="Detailed" /> <serviceMetadata httpGetEnabled="true"/>