We have an application running on Classic ASP which I'd like to get to use connection pooling.
The application currently uses this as its connection string:
"Provider=MSDASQL; Driver={SQL Server}; Server=db.example.com; Database=DBName; UID=Username; PWD=Password; ConnectionTimeout=15; CommandTimeout=120;"
When I bring up the ODBC connection pooling perfmon I don't see any connections in the pool.
I've read this article which suggests setting a value in HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\W3SVC\ASP\Parameters but there's no \ASP key so I'm not sure if it applies to IIS 6.0.
Does anyone have experience with this issue? Is there a simple way to toggle pooling on?