Sorry, not "mix pool size" but "max pool size" :D
--
Milosz Skalecki
MCP, MCAD
"Milosz Skalecki" wrote:
[color=blue]
> Hi,
>
> Seems all connections in the pool are in use. You can control the number of
> connections in the pool changing connection string. For MSSQL, use mix pool
> size= and max pool size=
> Visit
>
http://msdn.microsoft.com/library/de...taprovider.asp
> for more info. Also make sure you're closing reader/connection as soon as
> the data has been populated/retreived.
>
>
> --
> Milosz Skalecki
> MCP, MCAD
>
>
> "DaM" wrote:
>[color=green]
> > Hi guys,
> >
> > I'm having this problem with my ASP.Net application:
> >
> > I was testing the whole site, and it seem to work fine. Fast and
> > stable, but suddenly it stopped working and this error occurred:
> >
> > "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."
> >
> > What could be the cause? Every time I use a dataReader I'm pretty sure
> > I'm closing it.
> >
> > Thanks in advance,
> > Dam
> >
> >[/color][/color]