Pesquisei e pesquisei no Google e não consigo encontrar nada que pareça aplicável à minha situação, muito menos resolva o problema. Não importa para qual endereço do meu site eu tento navegar (mesmo endereços que não existem fornecem esse erro em vez de 404), recebo exatamente a mesma mensagem (o caminho é sempre '/'). Alguma ideia?
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
ATUALIZAÇÃO: Voltei ao site alguns minutos depois de postar isso - não fiz alterações no código ou na configuração - e o erro desapareceu. Estou realmente confuso, mas não é mais um problema.