en ingles
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.
segun estoy investigando tiene que ver con incrementar el The min and max size is the pool size.
Pooling = true
Min Pool Size = 0
Max Pool Size = 100
dentro de mi conexion, es que estoy habriendo 2 sqlcommand en diferentes partes de la pagina y un dataadapter solo para mostrar datos,, pero aun asi sigo con la duda