Long time to load first sql connection in C# .NET
- by Shrage Smilowitz
For some reason it takes 7 seconds to open a connection to a sql server database for the firt time, subsequent connections takes a second. any idea what could be the reason?
I'm using C# and asp.net