If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
How can we set the time-out interval for connections to IIS 4.0
Also, how can we check if we are able to connect to the IIS server, ie..any log file which we can check at the server to see the no of connections.
I'm assuming you mean the script timeout value in IIS 4.0. You can do this either through Internet Services Manager or in the ASP code itself. In asp code use:
Quote:
server.scripttimeout = ValueInSeconds
The value you set must be greater than the value set in IIS which is set to 90 seconds as default.
__________________ J^ - web | email
newsASP Developer