Login failed for user 'NT AUTHORITY\NETWORK SERVICE'

  •  07-31-2004, 10:51 AM

    Login failed for user 'NT AUTHORITY\NETWORK SERVICE'

    Hi Lijian / Adam,

    I just downloaded the latest CuteChatsetup.msi and installed with ease. I did a little change on the setup:
     
    1. my ASPDNF2's database is ASPDotNetForums, the app uses sql login to access database
    2. so on CuteChat "Web.Config" page, I edited the dbo prefix to "ASPDotNetForums.dbo"
     
    The CuteChat installation was done. but when I click on the Chat logo, I still can't open the chatroom page, it comes with this error:
     

    Cannot open database requested in login 'ASPDotNetChat'. Login fails. Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.

    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 requested in login 'ASPDotNetChat'. Login fails. Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.

    Source Error:

    The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:

    1. Add a "Debug=true" directive at the top of the file that generated the error. Example:

      <%@ Page Language="C#" Debug="true" %>

    or:

    2) Add the following section to the configuration file of your application:

    <configuration>
       <system.web>
           <compilation debug="true"/>
       </system.web>
    </configuration>

    Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.

    Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.

    Stack Trace:

    [SqlException: Cannot open database requested in login 'ASPDotNetChat'. Login fails.
    Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.]
       System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) +264
       System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) +877
       CuteChat.ChatSystem.ListRooms(String targetType, String targetId) in L:\Solutions\CuteChat\Solution\CuteChat\3.Business\ChatSystem.cs:64
       _ASP.AspNetForums2ChatRoom_Aspx.OnInit(EventArgs e) +195
       System.Web.UI.Control.InitRecursive(Control namingContainer) +241
       System.Web.UI.Page.ProcessRequestMain() +174
    

     

    But my ASPDNF2 uses sql login to access the database. Please help me in configuring this.
     
    Thank you and regards,
     
    Rgain
View Complete Thread