Ho cercato e cercato su Google e non riesco a trovare nulla che sembri applicabile alla mia situazione, figuriamoci a risolvere il problema. Non importa a quale indirizzo del mio sito web cerco di navigare (anche gli indirizzi che non esistono danno questo errore invece di un 404), ricevo lo stesso identico messaggio (il percorso è sempre '/'). Qualche idea?
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
AGGIORNAMENTO: sono tornato sul sito qualche minuto dopo averlo pubblicato - non ho apportato modifiche al codice o alla configurazione - e l'errore è scomparso. Sono davvero sconcertato, ma non è più un problema.