Hi,
Eventhough I have turned off pooling within the connection string, connections are still remaining active after disposing.
Here is the connection string string which we store in the web.config file.
<connectionStrings>
<add name="GBTF" connectionString="server=www.****.co.uk;user id=******; password=******; database=******; pooling=false; max pool size=100; port=3306;Convert Zero Datetime=True;" />
</connectionStrings>
This is an ASP/VB.Net project.
Any advice appriciated.
Thanks
Darren
Eventhough I have turned off pooling within the connection string, connections are still remaining active after disposing.
Here is the connection string string which we store in the web.config file.
<connectionStrings>
<add name="GBTF" connectionString="server=www.****.co.uk;user id=******; password=******; database=******; pooling=false; max pool size=100; port=3306;Convert Zero Datetime=True;" />
</connectionStrings>
This is an ASP/VB.Net project.
Any advice appriciated.
Thanks
Darren