Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
35
WebScheduleSqlClientProvider not working in content file (with master page) !!!
posted

How can it be that my WebScheduleSqlClientProvider is not working in a content file that has its own with master page? When I put the controls in a webform without a master page it all works fine! The error doesnt help me any further :-(

Login failed for user 'sa'.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: Login failed for user 'sa'.

  • 245
    posted

    my WebScheduleSqlClientProvider works ok on content of the Master Page.

  • 45049
    posted

    This is a database connection error.  The exception is basically telling you that it can't log in to the specific user "sa" in your SQL Server database with the information provided.

    Please remember that these forums area a peer-to-peer resource to share issues and ideas with other Infragistics users.  If you require official support from Infragistics, please submit a support request to Infragistics Developer Support from this page of our website.