I have developed one asp.net application with mysql database connection.Some times i am facing the timeout error when looking at the pages.i also set the connection time. but still am receiving the same error dynamically.I couldn't able to figure it out about in which situation it has occurred.
This is the complete error message that i received...
error connecting: 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.
What are all the parameter i have to monitor to solve this error?
Please guide me to solve this...