Hi,
I am getting Request Time out error when I am using Pooling=True in the connection string parameters, below is the connection string details:
<connectionStrings>
<add name="DSN" connectionString="Data Source=DSN; User Id=xxx; Password=xxx;Connection Lifetime=1800; Max Pool Size=100; Min Pool Size=0; Pooling=True;"
providerName="Oracle.DataAccess.Client"/>
</connectionStrings>
Please note that I have properly closed/disposed the connection objects but still I am getting this error. Also when I change the Pooling=False then the error is not coming.
Please help
Thanks
Pramod