This topic is locked

Password---Hard coded and Table Based together

1/9/2008 4:42:39 PM
ASPRunnerPro General questions
S
SDDivine author

I'm curious if I can hard code a "backdoor" login and passcode into ASP as well as use the tables to set passcodes. I'm developing a project in which I think it will be useful to have a hard coded password in the code as a way in in case my admin code is changed or deleted accidentally. Yes, I know that I could download the database, but the point is that I want to know if I can use both....
And then, where would I put that string and what syntax would I use?
Thanks

Steve Divine

J
Jane 1/11/2008

Steve,
you can't use hard-coded username/password with usernames/passwords from database.

S
SDDivine author 1/13/2008

I was AFRAID you were going to say that. Thank you for answering.

Steve

Steve,

you can't use hard-coded username/password with usernames/passwords from database.