Re: Проблемы при установке

  •  09-05-2006, 1:41 AM

    Re: Проблемы при установке

    Adam:
    Pfors,
     
    Please open the web.config file.
     
    <appSettings>
       <add key="ConnectionString" value="server=(local)\portal;database=SamplePortal;uid=test;pwd=test" />
       <add key="OnlineTimeout" value="300" />
    </appSettings>
     
    You need to modify this connection string.
     
     
     

    Has Corrected, now appears

     

    SQL Server does not exist or access denied.

    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: SQL Server does not exist or access denied.

    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: SQL Server does not exist or access denied.]
                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() +83
                CuteSoft.Chat.ChatWebUtility.get_CurrentIdentity() +62
                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() +720
View Complete Thread