[Win32Exception (0x80004005): Access is denied]
[SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)]
System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, DbConnectionPool pool, String accessToken, Boolean applyTransientFaultHandling, SqlAuthenticationProviderManager sqlAuthProviderManager) +1524
System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions) +467
System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions) +70
System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) +940
System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) +111
System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) +825
System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection) +118
System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) +268
System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) +315
System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry) +128
System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry) +265
System.Data.SqlClient.SqlConnection.Open() +133
B_SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) in C:\webroot\69park5\sexWeb\code\Bjn_SqlHelper.cs:1998
B_SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText) in C:\webroot\69park5\sexWeb\code\Bjn_SqlHelper.cs:1958
B_SqlHelper.GetPagingRecord_fast_String(String command_00, String tablename_01, String fieldlist_02, String orderfield_03, String keyfield_04, Int32 pageindex_05, Int32 pagesize_06, String strwhere_07, Int32 ordertype_08, String join_table_09, String join_strwhere_10, Int32 RecorderCount_11, Int32& TotalCount_12, Int32& TotalPageCount_13, Int32 test_14, String CreateTempTableName) in C:\webroot\69park5\sexWeb\code\Bjn_SqlHelper.cs:244
B_SqlHelper.GetPagingRecord_fast_DataReader(String command_00, String tablename_01, String fieldlist_02, String orderfield_03, String keyfield_04, Int32 pageindex_05, Int32 pagesize_06, String strwhere_07, Int32 ordertype_08, String join_table_09, String join_strwhere_10, Int32 RecorderCount_11, Int32& TotalCount_12, Int32& TotalPageCount_13, Int32 test_14, String CreateTempTableName) in C:\webroot\69park5\sexWeb\code\Bjn_SqlHelper.cs:823
sexWeb.userlist.getUserList(Int32 _npageindex) in C:\webroot\69park5\sexWeb\userlist.aspx.cs:218
sexWeb.userlist.Page_Load(Object sender, EventArgs e) in C:\webroot\69park5\sexWeb\userlist.aspx.cs:60
System.Web.UI.Control.OnLoad(EventArgs e) +108
System.Web.UI.Control.LoadRecursive() +90
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1602
|