I'm pretty new to ASP.NET and was wondering where is the best place to store the connection information. Should I create it in the Global.asax as an application variable or create connections when required using eg information from the web.config file?
Any help much appreciated
Any help much appreciated