Google에서 검색하고 검색했으며 문제를 해결하는 것은 물론 내 상황에 해당되는 것으로 보이는 것도 찾을 수 없습니다. 내 웹 사이트에서 탐색하려고하는 주소는 중요하지 않습니다 (존재하지 않는 주소조차도 404 대신이 오류가 발생합니다). 같은 메시지가 나타납니다 (경로는 항상 '/'입니다). 어떤 아이디어?
Server Error in '/' Application.
Failed to map the path '/'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.InvalidOperationException: Failed to map the path '/'.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[InvalidOperationException: Failed to map the path '/'.]
System.Web.HttpRuntime.HostingInit(HostingEnvironmentFlags hostingFlags, PolicyLevel policyLevel, Exception appDomainCreationException) +336
[HttpException (0x80004005): Failed to map the path '/'.]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +11556592
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +141
System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +4813333
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.225
업데이트 : 나는 이것을 게시 한 후 몇 분 동안 사이트로 돌아갔습니다 . 코드 나 구성을 변경하지 않았으며 오류가 사라졌습니다. 정말 당황 스럽지만 더 이상 문제가되지 않습니다.