Long time to load first sql connection in C# .NET

Posted by Shrage Smilowitz on Stack Overflow See other posts from Stack Overflow or by Shrage Smilowitz
Published on 2010-04-09T20:49:15Z Indexed on 2010/04/09 20:53 UTC
Read the original article Hit count: 275

Filed under:
|
|

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

© Stack Overflow or respective owner

Related posts about c#

Related posts about sql-server