Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Fw: Pooling problem in aspx final release


Message #1 by "Farhan Zia" <farhan-zia@c...> on Thu, 28 Mar 2002 00:58:08 +0500
hi.......i have converted my system from .net betaII to final release. I
need  some help regarding it. Actually I am working on a 3 tier
architecture... SQL at back end, VB.Net as middle layer and asp.net at  from
end. After migrating to final release, as I tried to access my  site... it
throws an exception saying "Server timeout before getting a  connection from
pool. This could happen because all connection objects in the pool are in
use and the maximum size of pool is reached." I tested my COM(middle layer)
through a .net windows application and it works perfectly well. But when
accesed through ASP.Net... I get this error. Even I cannot login to my site.

Please help. Thanks
Farhan Zia


Message #2 by Philip Tham <philipt1@s...> on Wed, 27 Mar 2002 17:57:00 -0600
I would suggest try not to use com first - just execute the program with the
programming codes.  This willgive you some ideas with your com setting and
others....  Have you consider using web services?  I run into this problem
before and end up of not using com layer.

Philip
----- Original Message -----
From: "Farhan Zia" <farhan-zia@c...>
To: "ASP+" <aspx@p...>
Sent: Wednesday, March 27, 2002 1:58 PM
Subject: [aspx] Fw: Pooling problem in aspx final release


> hi.......i have converted my system from .net betaII to final release. I
> need  some help regarding it. Actually I am working on a 3 tier
> architecture... SQL at back end, VB.Net as middle layer and asp.net at
from
> end. After migrating to final release, as I tried to access my  site... it
> throws an exception saying "Server timeout before getting a  connection
from
> pool. This could happen because all connection objects in the pool are in
> use and the maximum size of pool is reached." I tested my COM(middle
layer)
> through a .net windows application and it works perfectly well. But when
> accesed through ASP.Net... I get this error. Even I cannot login to my
site.
>
> Please help. Thanks
> Farhan Zia
>
>
>


  Return to Index