I\'m seeing the dreaded \"The timeout period elapsed prior to obtaining a connection from the pool\" error.
I\'ve searched the code for any unclosed db connections,
i've used this
http://www.simple-talk.com/sql/performance/how-to-identify-slow-running-queries-with-sql-profiler/
to find long running stored procedures before, i can then work back and find the method that called the SP.
dont know if that'll help