JSMITH242B
Programmer
Hello All,
I have an ASP application which has a SQL Server backend. The query processed is parameter driven and is based on the users' selection.
If a user queries a small amount of data, this is fine, the results are displayed within seconds however if the users query is for a wide arrange of records, I get a script timeout error - 'ASP 0113' and a message saying that the maximum time for a script to be executed can be changed by specifying a new value for the property Server.ScriptTimeOut.
Where is this value set?
The IIS Administrator has said that the timeout value has been set to 15 minutes on the IIS Server. The query times out after about 2 minutes.
TIA
J
I have an ASP application which has a SQL Server backend. The query processed is parameter driven and is based on the users' selection.
If a user queries a small amount of data, this is fine, the results are displayed within seconds however if the users query is for a wide arrange of records, I get a script timeout error - 'ASP 0113' and a message saying that the maximum time for a script to be executed can be changed by specifying a new value for the property Server.ScriptTimeOut.
Where is this value set?
The IIS Administrator has said that the timeout value has been set to 15 minutes on the IIS Server. The query times out after about 2 minutes.
TIA
J