I want to use a login.asp page to check a username against the database and then if succesful, direct to webexplorer.asp. This part works fine, but when I try to secure the webexplorer.asp file using an included file, example <!-- #INCLUDE FILE="../cgi-bin/functions/secure.asp" --> then the page fails to work. The login script works fine when I point it to another asp file with the include file in the same folder, but when I place the include file at the top of the webexplorer.asp file, it no longer works. Could you please help me with this situation.
Thanks
Michael Stothers
11/22/2001 7:30 PM
If you send me more details about your login script, I can help you.
Cem Alacayir
11/25/2001 7:14 AM
It may be just because the file is at the cgi-bin, since its in the cgi-bin, sometimes, the file thinks its a cgi script even if it isn't...
no one
5/26/2003 11:54 PM