Connection Pooling in IIS

The current project involves VBScript for the server-side scripting language. There may be some performance issues with the DB connections we’re using. Here’s a couple of articles on connection pooling for ASPs:

  • Correct ASP (ADO 2.1) Syntax to enable Connection Pooling
  • Microsoft’s HOWTO: Enable or Disable Connection Pooling in IIS 4.0
  • Comments are closed.