Tôi đã tìm kiếm và tìm kiếm trên Google và tôi không thể tìm thấy bất cứ điều gì thậm chí có thể áp dụng cho tình huống của mình, chứ đừng nói đến việc giải quyết vấn đề. Không quan trọng địa chỉ nào trong trang web của tôi, tôi cố gắng điều hướng đến (ngay cả những địa chỉ không tồn tại cũng đưa ra lỗi này thay vì 404), tôi nhận được chính xác thông báo (đường dẫn luôn luôn là '/'). Có ý kiến gì không?
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
CẬP NHẬT: Tôi đã quay lại trang web một vài phút sau khi đăng bài này - không thay đổi mã hoặc cấu hình - và lỗi đã biến mất. Tôi thực sự bối rối, nhưng nó không còn là vấn đề nữa.