
| 操作描述:
- System.Data.SqlClient.SqlException: 在建立与服务器的连接时出错。在连接到 SQL Server 2005 时,在默认的设置下 SQL Server 不允许进行远程连接可能会导致此失败。 (provider: 命名管道提供程序, error: 40 - 无法打开到 SQL Server 的连接)
在 System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
在 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
在 System.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, SqlConnection owningObject)
在 System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnection owningObject)
在 System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(String host, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, Int64 timerStart)
在 System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance)
在 System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance)
在 System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection)
在 System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)
在 System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)
在 System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)
在 System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
在 System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
在 System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
在 System.Data.SqlClient.SqlConnection.Open()
在 JYCMS.SQLServerDAL.rootPublic.SaveUserAdminLogs(Int32 num, Int32 _num, String UserNum, String Title, String Content) 位置 E:\VS2010工作区\网站\吉运网站内容管理系统(JYCMS2.0)\JYCMS2_fjly\JYCMS.SQLServerDAL\rootPublic.cs:行号 770
在 JYCMS.CMS.Common.rootPublic.SaveUserAdminLogs(Int32 num, Int32 _num, String UserNum, String Title, String Content) 位置 E:\VS2010工作区\网站\吉运网站内容管理系统(JYCMS2.0)\JYCMS2_fjly\JYCMS.CMS\Common\rootPublic.cs:行号 338
在 JYCMS.Web.XXGKSyn.Start() 位置 E:\VS2010工作区\网站\吉运网站内容管理系统(JYCMS2.0)\JYCMS2_fjly\JYCMS.Web\XXGKSyn.cs:行号 43
在 ASP.global_asax.Application_Start(Object sender, EventArgs e) 位置 d:\wwwroot\AppPool03\lanpubio.com\Global.asax:行号 26
- 返回上一级
- JYCMS v2.0 Help center  Forum
|