После установки чата как сказано в инструкции, выдает ошибку, как ее устанить, плиз help
Login failed for user 'test'.
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 'test'.
Source Error:
Line 67: }
Line 68:
Line 69: if(CuteSoft.Chat.ChatWebUtility.CurrentIdentityIsAdministrator)
Line 70: temp += "<a Class=\"Big\" href='CuteSoft_Client/CuteChat/Admin'>Chat Admin</a>";
Line 71: TopMenu.Text = temp;
|
Source File: C:\inetpub\wwwroot\CutechatStandalone\Web\Banner.ascx Line: 69
Stack Trace:
[SqlException: Login failed for user 'test'.]
System.Data.SqlClient.ConnectionPool.GetConnection(Boolean& isInTransaction) +474
System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString options, Boolean& isInTransaction) +372
System.Data.SqlClient.SqlConnection.Open() +384
CuteSoft.Chat.CDQ.Providers.DBQueryProvider.Open() +16
CuteSoft.Chat.CDQ.QueryConnection.Open() +57
CuteSoft.Chat.ChatApplication.a(UserIdentity A_0) +58
w..ctor(UserIdentity identity) +1067
w.a(UserIdentity A_0) +44
CuteSoft.Chat.ChatContextScope..ctor(Boolean ignoreIdentity) +163
CuteSoft.Chat.ChatApiImpl.DoGetConfig(String name) +69
CuteSoft.Chat.ChatApiImpl.GetConfig(String name) +24
CuteSoft.Chat.ChatWebUtility.GetUserAdapter() +82
CuteSoft.Chat.ChatWebUtility.get_CurrentIdentity() +61
CuteSoft.Chat.ChatWebUtility.get_CurrentIdentityIsAdministrator() +5
ASP.banner_ascx.Page_Load(Object sender, EventArgs e) in C:\inetpub\wwwroot\CutechatStandalone\Web\Banner.ascx:69
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Control.LoadRecursive() +98
System.Web.UI.Control.LoadRecursive() +98
System.Web.UI.Page.ProcessRequestMain() +731
|