J
John Rempel
I have an ASP.NET application written in framework version 1.0.3705 and it's
been running for over a year without issues. I just moved it to a new
Windows Server 2003 machine with the 1.0 framework installed beside the
default 1.1 and now I periodically get this message:
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 bottom of the error page indicates that the framework version is
1.1.4322. Is there a compatibility issue between the two versions?
How can I tell the app to use the older version since it is installed as
well?
TIA,
John
been running for over a year without issues. I just moved it to a new
Windows Server 2003 machine with the 1.0 framework installed beside the
default 1.1 and now I periodically get this message:
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 bottom of the error page indicates that the framework version is
1.1.4322. Is there a compatibility issue between the two versions?
How can I tell the app to use the older version since it is installed as
well?
TIA,
John