After I build the project, when I try to login, I get the message:
Error Type:
Response object, ASP 0158 (0x80004005)
A URL is required.
/Support_new/Upload/output/login.asp, line 87
If I go to the login.asp page I see that the varaiable defaulturl is not defined, if I insert there the
defaulturl="<tableName>_list.asp"
it works, but I have to do that each time after I build the project.
Where in the engine the default url is defined?
Thanks