On the default web site properties dailog box , we can select unlimited
connection or limited connection.
Is the no. of connection referred to one session ID?
An unlimited connection or a limited, say 10 , connections would give a
better performance?
I set up an asp file with
session.timeout=120
server.scripttimeout=3600
The connection timeout is set at 900 seconds in default web site
properties.
However, after running a query for 30~55seconds , I got the following
error message:
Microsoft OLE DB Provider for SQL Server error '80040e31'
Timeout expired
Would any one can tell me what is that timeout expired. Session?
Script?Connection? Or else...
Thanks
William