Server Error in '/' Application.

Value cannot be null.
Parameter name: url

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: url

Source Error:


Line 100:            End If
Line 101:            If Request.QueryString("debug") <> "True" Then
Line 102:                Response.Redirect(strRedirect)
Line 103:            End If
Line 104:        Else

Source File: D:\XVRT\alohaestudio.com\Html\PageRouteHandler.aspx.vb    Line: 102

Stack Trace:


[ArgumentNullException: Value cannot be null.
Parameter name: url]
   System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) +9738359
   System.Web.HttpResponse.Redirect(String url) +8
   PageRouteHandler.PageRouteHandler_Init(Object sender, EventArgs e) in D:\XVRT\alohaestudio.com\Html\PageRouteHandler.aspx.vb:102
   System.Web.UI.Control.OnInit(EventArgs e) +92
   System.Web.UI.Page.OnInit(EventArgs e) +12
   System.Web.UI.Control.InitRecursive(Control namingContainer) +134
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +489


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