Response object error 'ASP 0158 : 80004005' - TechRepublic
Question
July 16, 2008 at 07:15 PM
1962wha

Response object error ‘ASP 0158 : 80004005’

by 1962wha . Updated 18 years ago

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

This discussion is locked

All Comments