Bendeki ile aynı hata web.config dosyasını ftpden indirip, geri yükleyince düzeliyormu

sener_izmir adlı üyeden alıntı: mesajı görüntüle
Merhaba;
Web sitemizde aşağıdaki gibi bi hata bulunmaktadır web sitemiz hiç açılmıyor. 444host un cevabı "sitenizde gordugunuz hata kullandiginiz urunler ve modullerle ilgilidir.
Bu konuda proticaret firmasindan destek alabilirsiniz."

konunun çözümü ne olabilir

Server Error in '/' Application.

Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.

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.InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.]
System.Data.ProviderBase.DbConnectionFactory.GetCo nnection(DbConnection owningConnection) +4870874
System.Data.ProviderBase.DbConnectionClosed.OpenCo nnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +117
System.Data.SqlClient.SqlConnection.Open() +122
PortalSettings..ctor(Int32 tabId, Int32 CatId, Int32 MarkId) +5994
ASPNetPortal.Global1.Application_BeginRequest(Obje ct sender, EventArgs e) +8511
System.Web.SyncEventExecutionStep.System.Web.HttpA pplication.IExecutionStep.Execute() +68
System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean& completedSynchronously) +75