A
AL G
I am using a subweb for logon and password. I have coded the include virtual
in the page to have the logon page come up. After logging in the end-user is
suppose to be sent to a page in the main web but instead gets the follwing
message:
Response object error 'ASP 0158 : 80004005'
Missing URL
/logon/logon.asp, line 11
A URL is required.
I have carefully read over my code to insure that there are no typos.
Line 11 in the asp file is of course Response.Redirect Session("REFERRER").
Can anyone Please help me on this?
in the page to have the logon page come up. After logging in the end-user is
suppose to be sent to a page in the main web but instead gets the follwing
message:
Response object error 'ASP 0158 : 80004005'
Missing URL
/logon/logon.asp, line 11
A URL is required.
I have carefully read over my code to insure that there are no typos.
Line 11 in the asp file is of course Response.Redirect Session("REFERRER").
Can anyone Please help me on this?