I am running under win server 2003. the project is ASP.NET website. I am using the debug mode, the default settings of compilation modes visual studio 2005.
Every time I am uploading the application for the first time, from the visual studio, I am getting an error as this:
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 118: public virtual string Culture {
Line 119: get {
Line 120: return ((string)(this.GetPropertyValue("Culture")));
Line 121: }
Line 122: set { |
Source File: c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\tbh_web\37407c9b\101595b6\App_Code.h2cwnupj.3.cs Line: 120
Stack Trace:
[SqlException (0x80131904): Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.]
System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) +454
System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +85
System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject) +433
System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject) +70
System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) +512
System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +85
System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +89
System.Data.SqlClient.SqlConnection.Open() +162
System.Web.DataAccess.SqlConnectionHolder.Open(HttpContext context, Boolean revertImpersonate) +84
System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +89
System.Data.SqlClient.SqlConnection.Open() +162
System.Web.DataAccess.SqlConnectionHolder.Open(HttpContext context, Boolean revertImpersonate) +84
System.Web.DataAccess.SqlConnectionHelper.GetConnection(String connectionString, Boolean revertImpersonation) +199
System.Web.Profile.SqlProfileProvider.GetPropertyValuesFromDatabase(String userName, SettingsPropertyValueCollection svc) +735
System.Web.Profile.SqlProfileProvider.GetPropertyValues(SettingsContext sc, SettingsPropertyCollection properties) +430
System.Configuration.SettingsBase.GetPropertiesFromProvider(SettingsProvider provider) +410
System.Configuration.SettingsBase.GetPropertyValueByName(String propertyName) +112
System.Configuration.SettingsBase.get_Item(String propertyName) +91
System.Web.Profile.ProfileBase.GetInternal(String propertyName) +37
System.Web.Profile.ProfileBase.get_Item(String propertyName) +70
System.Web.Profile.ProfileGroupBase.GetPropertyValue(String propertyName) +23
ProfileGroupPreferences.get_Culture() in c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\tbh_web\37407c9b\101595b6\App_Code.h2cwnupj.3.cs:120
MB.TheBeerHouse.UI.BasePage.InitializeCulture() in e:\websites\TheBeerHouse\TBH_Web\App_Code\BasePage.cs:19
ASP.default_aspx.__BuildControlTree(default_aspx __ctrl) in e:\websites\TheBeerHouse\TBH_Web\Default.aspx:1
ASP.default_aspx.FrameworkInitialize() in e:\websites\TheBeerHouse\TBH_Web\Default.aspx.cs:912307
System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +40
System.Web.UI.Page.ProcessRequest() +85
System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +20
System.Web.UI.Page.ProcessRequest(HttpContext context) +110
ASP.default_aspx.ProcessRequest(HttpContext context) in c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\tbh_web\37407c9b\101595b6\App_Web_7ytarovy.0.cs:0
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +317
System.Web.DataAccess.SqlConnectionHelper.GetConnection(String connectionString, Boolean revertImpersonation) +199
System.Web.Management.SqlWebEventProvider.WriteToSQL(WebBaseEventCollection events, Int32 eventsDiscardedByBuffer, DateTime lastNotificationUtc) +728
System.Web.Management.SqlWebEventProvider.ProcessEvent(WebBaseEvent eventRaised) +172
System.Web.Management.WebBaseEvent.RaiseInternal(WebBaseEvent eventRaised, ArrayList firingRuleInfos, Int32 index0, Int32 index1) +952
|