I got the error:
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.
It comes whenever I stop the IIS after a long time waiting for response in browser. If I am trying to wait then I got the error that An unhandled exception of type 'System.StackOverflowException' occurred in mscorlib.dll
but the error I got who are written very old. I just write a new command who not got any exception. [I think the first run error got error first so all new error never can give exception].
So what I need to do to solve this issue.