I have a WPF application which I want to use on multiple machines. I can connect to it on the same machine but I can't connect from another machine. I know I have to enaple TCP/IP connection and I have to start server browser, but the error which occurs says the following:
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.
The server PC have more than one Sql Server installed (2005,2008,2008 r2). The target database is 2008r2. I tried to do this on another local network and it's working just fine.