SQL/ASP connection error
        Posted  
        
            by tm1
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by tm1
        
        
        
        Published on 2010-03-19T18:10:58Z
        Indexed on 
            2010/03/19
            18:11 UTC
        
        
        Read the original article
        Hit count: 220
        
Line 10: 
Line 11:                 <asp:SqlDataSource ID="ac210db6" runat="server" 
Line 12:             ConnectionString="<%$ ConnectionStrings:ac210db6ConnectionString %>" 
Line 13:             SelectCommand="SELECT [cid] FROM [customers]"></asp:SqlDataSource><br />
The connection name 'ac210db6ConnectionString' was not found in the applications configuration or the connection string is empty. Description: An unhandled exception occurred during the execution of the current web request.
Exception Details: System.InvalidOperationException: The connection name 'ac210db6ConnectionString' was not found in the applications configuration or the connection string is empty.
Any ideas?
© Stack Overflow or respective owner