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: 338
        
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