Server Error in '/' Application.
--------------------------------------------------------------------------------
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
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: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
Source Error:
Line 131: if (connection.State != ConnectionState.Open)
Line 132: {
Line 133: connection.Open();
Line 134: }
Line 135: }
[SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.]
System.Data.SqlClient.ConnectionPool.GetConnection(Boolean& isInTransaction) +474
System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString options, Boolean& isInTransaction) +370
System.Data.SqlClient.SqlConnection.Open() +383
Gbaopan.Core.Data.AbstractDatabase.Open() in C:\Project\Beta1\Gbaopan\Gbaopan.Core\Data\AbstractDatabase.cs:133
Gbaopan.Data.PrivateDataAccess.GetResourceByRID(String resourceID, Int32 userID) in C:\Project\Beta1\Gbaopan\Gbaopan.Data\PrivateDataAccess.cs:1941
Gbaopan.Business.Resource.GetResourceByRID(String resourceID, Int32 userID) in C:\Project\Beta1\Gbaopan\Gbaopan.Business\Resource.cs:655
Gbaopan.Web.GbaopanHttpHandlerBase.ProcessRequest(HttpContext context) in c:\inetpub\wwwroot\Download\HttpHandler\GbaopanHttpHandlerBase.cs:227
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +179
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87