P
Pierre
Hi again,
I need to use database for user name and password.
In my web site i follow all the step on the article 321503
In my web i put a default.asp page that call secure.asp and unsecure.asp
All those are in the root web.
In a sub web name logon i put logon.asp and in
the _private directory i put logon.inc and logon.mdb
Now when i test the logon web:
If i clik the link to the secure page, the logon page loads instead of the
secure page, as it should.
I enter a user name and a password. If they are okay the secure page should
appears
and show me wich user i am.
Instead, i am redirected to an error page (http error 500)
It is like the session("REFERRER") variable was lost.
I am stuck there. Icarefully read and check everything but cant find
anything.
Is there anything else i should do, add some declaration or initialisation
that are not in the article?
Please help!
Pierre
I need to use database for user name and password.
In my web site i follow all the step on the article 321503
In my web i put a default.asp page that call secure.asp and unsecure.asp
All those are in the root web.
In a sub web name logon i put logon.asp and in
the _private directory i put logon.inc and logon.mdb
Now when i test the logon web:
If i clik the link to the secure page, the logon page loads instead of the
secure page, as it should.
I enter a user name and a password. If they are okay the secure page should
appears
and show me wich user i am.
Instead, i am redirected to an error page (http error 500)
It is like the session("REFERRER") variable was lost.
I am stuck there. Icarefully read and check everything but cant find
anything.
Is there anything else i should do, add some declaration or initialisation
that are not in the article?
Please help!
Pierre