[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: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)]
System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) 435
System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) 82
System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) 105
System.Data.SqlClient.SqlConnection.Open() 111
System.Web.SessionState.SqlStateConnection..ctor(SqlPartitionInfo sqlPartitionInfo) 79
[HttpException (0x80004005): Unable to connect to SQL Server session database.]
System.Web.SessionState.SqlSessionStateStore.ThrowSqlConnectionException(SqlConnection conn, Exception e) 227
System.Web.SessionState.SqlStateConnection..ctor(SqlPartitionInfo sqlPartitionInfo) 349
System.Web.SessionState.SqlSessionStateStore.GetConnection(String id, Boolean& usePooling) 285
System.Web.SessionState.SqlSessionStateStore.SetAndReleaseItemExclusive(HttpContext context, String id, SessionStateStoreData item, Object lockId, Boolean newItem) 178
System.Web.SessionState.SessionStateModule.OnReleaseState(Object source, EventArgs eventArgs) 476
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() 92
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) 64
|