Response.Redirect problem

  • Thread starter Thread starter James
  • Start date Start date
J

James

ASP.NET 2.0. I stepped through a clicking of our login button on our
website. All of the validation happens properly and then this line causes
an exception:

Response.Redirect("BeginProperty.aspx")

This is failing for me with the following exception:

Value cannot be null. Parameter name: url. I can't even figure out where to
begin debugging this. Any thoughts?
 
ASP.NET 2.0. I stepped through a clicking of our login button on our
website. All of the validation happens properly and then this line causes
an exception:

Response.Redirect("BeginProperty.aspx")

This is failing for me with the following exception:

Value cannot be null. Parameter name: url. I can't even figure out where to
begin debugging this. Any thoughts?

Could you possibly post the slack trace of this error? My initial
assumption is that you're looking in the wrong place for this error.
 
Back
Top