In ASP.NET i can store connection string in the web.config, like wise i need to store connection string or some configuration value in some file for classic ASP.
How can i do this? In order to achieve this do i need to use XML File and store the connection string in this?
What is the best practice???