Not a programmer and need HELP please

  •  07-03-2007, 3:36 PM

    Not a programmer and need HELP please

    After the initial setip of the Chat application I get the following error when trying to launch the application directly from the hosting server:
     
     
     

    Server Error in '/chat' Application.

    An error has occurred while establishing a connection to the server.  When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)

    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: An error has occurred while establishing a connection to the server.  When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)

    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: e:\WebSites\chat\banner.ascx    Line: 69

    Stack Trace:

    [SqlException (0x80131904): An error has occurred while establishing a connection to the server.  When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)]
                System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +735091
                System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +188
                System.Data.SqlClient.TdsParser.Connect(Boolean& useFailoverPartner, Boolean& failoverDemandDone, String host, String failoverPartner, String protocol, SqlInternalConnectionTds connHandler, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, SqlConnection owningObject, Boolean aliasLookup) +820
                System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance) +628
                System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance) +170
                System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection) +359
                System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options) +28
                System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject) +424
                System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject) +66
                System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) +496
                System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +82
                System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +105
                System.Data.SqlClient.SqlConnection.Open() +111
                CuteSoft.Chat.CDQ.Providers.DBQueryProvider.Open() +10
                CuteSoft.Chat.CDQ.QueryConnection.Open() +36
                a0..ctor(UserIdentity identity) +1005
                CuteSoft.Chat.ChatContextScope..ctor(Boolean ignoreIdentity) +218
                CuteSoft.Chat.ChatApiImpl.DoGetConfig(String name) +92
                CuteSoft.Chat.ChatApiImpl.GetConfig(String name) +66
                CuteSoft.Chat.ChatWebUtility.GetUserAdapter() +77
                CuteSoft.Chat.ChatWebUtility.get_CurrentIdentity() +76
                CuteSoft.Chat.ChatWebUtility.get_CurrentIdentityIsAdministrator() +5
                ASP.banner_ascx.Page_Load(Object sender, EventArgs e) in e:\WebSites\chat\banner.ascx:69
                System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
                System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +34
                System.Web.UI.Control.OnLoad(EventArgs e) +99
                System.Web.UI.Control.LoadRecursive() +47
                System.Web.UI.Control.LoadRecursive() +131
                System.Web.UI.Control.LoadRecursive() +131
                System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
                


    Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
View Complete Thread