login failed

Discussion in 'ASP.NET Starter Kits' started by pxavier, Feb 13, 2007.

  1. Server Error in '/' Application.


    Cannot open database "SQL2005_333807_webwise" requested by the login. The login failed.
    Login failed for user 'SQL2005_333807_webwise_user'.
    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: Cannot open database "SQL2005_333807_webwise" requested by the login. The login failed.
    Login failed for user 'SQL2005_333807_webwise_user'.

    Source Error:





    Code:
    Line 27: 
    Line 28: 
    Line 29:                 cn.Open();
    Line 30: 
    Line 31:                 try
    Source File: e:\web\webwisetech\htdocs\App_Code\WWTContactDAL.cs Line: 29

    Stack Trace:





    Code:
    [SqlException (0x80131904): Cannot open database "SQL2005_333807_webwise" requested by the login. The login failed.
    Login failed for user 'SQL2005_333807_webwise_user'.]
    
     
  2. You are using the wrong credentials for your database.

    Vikram

    DiscountASP.NET
    www.DiscountASP.NET
     

Share This Page