Server Error in '/' Application.

Failed to map the path '/corona.'.

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.Web.HttpException: Failed to map the path '/corona.'.

Source Error:


Line 160:        'End If
Line 161:
Line 162:        If Not File.Exists(_application.Context.Server.MapPath(sRawUrl)) Then
Line 163:            Dim sExtension As String
Line 164:            sExtension = sFile.Substring(sFile.LastIndexOf(".") + 1).ToLower

Source File: E:\WebServer\zottegem.64\www\App_Code\URLRewrite.vb    Line: 162

Stack Trace:


[HttpException (0x80004005): Failed to map the path '/corona.'.]
   System.Web.Configuration.ProcessHostMapPath.MapPathCaching(String siteID, VirtualPath path) +1232
   System.Web.Configuration.ProcessHostMapPath.System.Web.Configuration.IConfigMapPath2.MapPath(String siteID, VirtualPath path) +10
   System.Web.Hosting.HostingEnvironment.MapPathActual(VirtualPath virtualPath, Boolean permitNull) +831
   System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) +127
   System.Web.HttpServerUtility.MapPath(String path) +126
   URLRewrite.context_BeginRequest(Object sender, EventArgs e) in E:\WebServer\zottegem.64\www\App_Code\URLRewrite.vb:162
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +139
   System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +195
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +88


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.4087.0