This topic is locked
[SOLVED]

 ASP 1058 80004005 - Missing URL

7/20/2010 7:39:18 PM
ASPRunnerPro General questions
B
bob@symantry.com author

I built an application in ASPRunner 6.2 which works beautifully. I then decided to secure it using table-based security.

Now I get an error message as follows:
Response object error 'ASP 0158 : 80004005'
Missing URL
/include/aspfunctions.asp, line 1158
A URL is required.
If I remove security, the application runs fine but I am unable to implement any form of login without this error appearing.

I have other ASPRunner applications running on the same server with table-based security. I also modified line 1158 of aspfunctions.asp as follows:


From


response.Redirect trim(mid(str,p+1))
To

Response.Write("|" & trim(mid(str,p+1)) & "|"): Response.End
The output was |menu.asp|
Help!
Bob

Sergey Kornilov admin 7/21/2010

Bob,
post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.

B
bob@symantry.com author 7/21/2010

Prior to uploading to Demo Account I re-built the application with table-based security and it works fine now.

Weirdness. I'll consider this solved unless it re-occurs.
Thanks for the assistance.