Server Error in '/' Application.

Value cannot be null.
Parameter name: virtualPath

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.ArgumentNullException: Value cannot be null.
Parameter name: virtualPath

Source Error:


Line 96: 
Line 97:                     Dim newurl As String = context.Request.RawUrl.Replace(path, newpath_aspx)
Line 98:                     context.RewritePath(newurl)
Line 99:                 End If
Line 100:

Source File: C:\inetpub\wwwroot\e-combuilder.com\App_Code\httpModule.vb    Line: 98

Stack Trace:


[ArgumentNullException: Value cannot be null.
Parameter name: virtualPath]
   System.Web.VirtualPath.Create(String virtualPath, VirtualPathOptions options) +10064197
   System.Web.HttpContext.RewritePath(String path, Boolean rebaseClientPath) +98
   System.Web.HttpContext.RewritePath(String path) +11
   MyNamespace.PathModule.context_AuthorizeRequest(Object sender, EventArgs e) in C:\inetpub\wwwroot\e-combuilder.com\App_Code\httpModule.vb:98
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +141
   System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +48
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +71


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