Hi all!

I am creating a database driven website in ASP with VB-Script and I would like to put
as little static and "secret" information in my code (like the name of the DSN, username,
password, locations of certain files) as possible. So I would like to use some sort
of INI-file.

I have 2 questions about that:
1. Is there a standard component I could use to read values from an INI-file?
2. How do I make my code in such a way, that noone can access my INI file over the net
either?

Thanx in advance!