AEternal
12-05-2003, 03:57 AM
Hi folks! First post here.
I have an ASP.NET application, and I'd like to make it so that I only have to set the connection object in one place for the entire app. I know classic ASP apps can use Global.asa to set variables like this, but it doesn't seem to work if I create a connection object in Global.asax.
Does anyone have any suggestions or best practices for this?
Thanks!
I have an ASP.NET application, and I'd like to make it so that I only have to set the connection object in one place for the entire app. I know classic ASP apps can use Global.asa to set variables like this, but it doesn't seem to work if I create a connection object in Global.asax.
Does anyone have any suggestions or best practices for this?
Thanks!