I am building an app for windows phone 7 application using c#.net. I was able to extract data from web service but suddenly i started getting an exception while calling web service.
The exception message is:
Server was unable to process request. ---> 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.
Can anyone tell me if this is an error caused because of coding or something else.
How can I fix this?