ASP Best Practices |
Busy data servers cause slowdowns in ASP database applications that request database connections. Use the ConnectionTimeout property of the Connection object. This limits the time your application has to wait in order for a connection request to complete. For descriptions and examples of how to configure the ConnectionTimeout property in the registry, see “Data Access and Transactions” in this book.