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 11:         If Request.ServerVariables("SERVER_PORT_SECURE") <> Session("SSLValue") Then
Line 12:             ' cannot continue until under ssl - redirect
Line 13:             Response.Redirect([Global].PortalURL)
Line 14:         End If
Line 15: 

Source File: F:\cdc\PKK\PKKMain.aspx.vb    Line: 13

Stack Trace:


[ArgumentNullException: Value cannot be null.
Parameter name: url]
   System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) +11736514
   PKK_PKKMain.Page_Load(Object sender, EventArgs e) in F:\cdc\PKK\PKKMain.aspx.vb:13
   System.Web.UI.Control.OnLoad(EventArgs e) +108
   System.Web.UI.Control.LoadRecursive() +90
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1607


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