In ASP.NET, I can store the connection string in the web.config file, for example, I need to save the connection string or some configuration value in some file for the classic ASP.
How can i do this? For this I need to use an XML file and save the connection string in it?
What is the best practice?
source
share