I am getting a response error,
Response object error ‘ASP 0158 : 80004005’
Missing URL
/registryentry.asp, line 71
A URL is required.
My asp code I am using is as follow using expressions web 2.
<% If Session("Ori_URL") = "" Then Else Response.redirect("Ori_URL") response.end End If I am trying to get this registration page to go to another page they register. Any ideas..... regards anthony