Acil bir durum var ki o da sitem açılmıyor.
Host firması ile irtibata geçtim. bana söyledikleri.
''yazılımcınızın cpu harcayan bileşenleri kaldırması veya optimize etmesi tüm problemi tamamen çözmüş olacaktır.''
Yani sitenin optimize edilmesi gerekiyormuş bunu nasıl yapıldığını bilmiyorum yardımcı olursanız sevinirim.
Sitem aşağıdaki hatayı veriyor 2 gündür.Lütfen acil yardımcı olun.

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) +4870842
System.Data.ProviderBase.DbConnectionClosed.OpenCo nnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +117
System.Data.SqlClient.SqlConnection.Open() +122
ASPNetPortal.UsersDB.GetRoles(String name) +357
ASPNetPortal.Global1.Application_AuthenticateReque st(Object sender, EventArgs e) +231
System.Web.SyncEventExecutionStep.System.Web.HttpA pplication.IExecutionStep.Execute() +68
System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean& completedSynchronously) +75