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 31: 
Line 32: 
Line 33:                 Response.Redirect(Request.ServerVariables("HTTP_REFERER"))
Line 34: 
Line 35:             End If

Source File: C:\HostingSpaces\linky\linkytools.com\wwwroot\like.aspx.vb    Line: 33

Stack Trace:


[ArgumentNullException: Value cannot be null.
Parameter name: url]
   System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) +9773396
   System.Web.HttpResponse.Redirect(String url) +14
   like_page.Page_Load(Object sender, EventArgs e) in C:\HostingSpaces\linky\linkytools.com\wwwroot\like.aspx.vb:33
   System.Web.UI.Control.OnLoad(EventArgs e) +97
   System.Web.UI.Control.LoadRecursive() +61
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +693


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