I agree with Sahil, it's hard to tell where the slowness is coming from, it
may or may not be caused by ADO.NET or ASP.NET.
If you want to keep the pool loaded with active connections, you can use the
"min pool size" connection string option. Set it so something like 5 or so.
That way you can try whether ADO.NET is causing trouble

If it turns out
that this doesn't help I'd strongly recomend to revert back to its default
(0) so we don't have connections sitting in the pool for long periods of
time.
--
Pablo Castro
Program Manager - ADO.NET Team
Microsoft Corp.
This posting is provided "AS IS" with no warranties, and confers no rights.
"Sahil Malik" <(E-Mail Removed)> wrote in message
news:OaUC2Sb%(E-Mail Removed)...
> Mike,
>
> I am getting more and more certain that this would be due to ASP.NET and
not
> due to ADO.NET.
> There could be multiple reasons for the appdomain reload other than a
brand
> new application deploy.
>
> - Sahil Malik
> http://dotnetjunkies.com/weblog/sahilmalik
>
>
> "mikemad" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > I apologize for not putting more information in here. True, I don't
> > know for sure that it is connection pooling. Yes, it is an ASP.NET
> > application with SQL server on the backend using ADO.NET. This is also
> > on Windows Server 2003. The DB is on the same machine as the Website.
> > The scenario is like this. I go to the web site the first time, it
> > takes several seconds for the first page to come up. The first page
> > does access the database. I close the browser, open a new browser, then
> > go to the site and it's lightning fast. Next, I wait about 5 minutes
> > (could be even less, like 1 minute), go to the site, and the first page
> > is slow again. This happens either at home or work so I don't think
> > it's a proxy server thing. If it was ASP.NET compiling then I'd only
> > have this problem once, correct?? I'll try your suggestions with
> > running sp_who as well as trying to change the minimum connection pool
> > size. Any more info would be appreciated.
> >
> > Mike Maddox
> >
>
>