Tagged Questions
2
votes
1answer
527 views
Switched from inproc to SQL Server gives me SQL timeouts (no connection max pool size, typed datasets)
Here is my situation:
I have a web and database server (SQL Server 2005) in a LAN.
The webserver(iis6) has several application pools and sites run fine with asp.net session inproc. both servers run ...