ironhide1975
Programmer
Stupid questions I know, bear with me. I was instructed way back when to always store your connection strings within the global.asa file for your websites. Can someone tell me if this is the proper way to write a global.asa file?
Code:
Set Conn = Server.CreateObject("ADODB.Connection")
Conn.Open "DSN=NameofDSN;UID=UserID;PWD=Password"