Read ConnectionString from Web.Config in ASP.Classic

robin cracker

New Member
I have a ASP-File. Actually i connect to the DataBase with a connectionString in my file.\[code\]sConnString = "Driver={SQL Server}; Server=localhost; Database=DB"\[/code\]Is there a way to read the ConnectionString from the Web.Config?
 
Back
Top