[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) +552
System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString options, Boolean& isInTransaction) +372
System.Data.SqlClient.SqlConnection.Open() +384
Dottext.Framework.Data.SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) +54
Dottext.Framework.Data.SqlDataProvider.GetConfig(String host, String application) +114
Dottext.Framework.Data.DataDTOProvider.GetConfig(String hostname, String application) +55
Dottext.Framework.Configuration.Config.GetConfig(String hostname, String application) +34
Dottext.Common.Config.SingleBlogConfig.LoadSingleConfig(HttpContext context) +146
Dottext.Common.Config.SingleBlogConfig.GetConfig(HttpContext context) +146
Dottext.Framework.Syndication.BaseSyndicationHandler.ProcessRequest(HttpContext context) +29
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +179
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87
|