What do you mean? Classic ASP does not have a file similar to .config files that ASP.NET has. You can, however, create a config.inc which contains a series of configuration settings that you can include on any page you want by doing
vbscript Code:
<!--// #include ="/config.inc" //-->
The config file can contain only valid VBScript and should not include any page directives.
hth
-Doug
__________________
===============================================
Doug Parsons
Wrox online library:
Wrox Books 24 x 7
Did someone here help you? Click

on their post!
"Easy is the path to wisdom for those not blinded by themselves."
===============================================