Message:
Exception of type 'System.Web.HttpUnhandledException' was thrown.
Stack Trace:
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.review_ordersiteclick_aspx.ProcessRequest(HttpContext context) in c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\mvc\8cf98f09\dec0e749\App_Web_ec1qnsnu.6.cs:line 0
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Inner Exception:
System.ArgumentNullException: Value cannot be null.
Parameter name: url
at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent)
at BevNET2011.Review.OrderSiteClick.Page_Load(Object sender, EventArgs e) in C:\Users\acoleman.PREZZATECH\bevnetsites\BEVNET.COM\BevNET2011\BevNET2011\Review\OrderSiteClick.aspx.cs:line 26
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)