ASP admin login system
I'm currently making a classifieds script based on ASP. Currently it has all configuration data in a file called config.asp . I would like to store these settings in the db(access). does anyone know a good and safe way to do this?

timjpriebe posted this at 14:20 — 8th March 2006.
He has: 2,667 posts
Joined: Dec 2004
Normally, that type of configuration data actually has the database access info in it. I would make sure that's not the case first.
Or are you saying your current setup doesn't use a database at all?
Tim
http://www.tandswebdesign.com
seavista posted this at 20:04 — 21st April 2006.
He has: 4 posts
Joined: Apr 2006
You might look into reading the configuration information from the database in an encrypted format. Google "encryption + ASP" and should find a weath of examples to use as a starting point.
http://www.SeavistaSoftware.com - Website Design & Development
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.