Hi,
In my Classic ASP application I am trying to generate a web report having more than 7K and 14K records respectively, but it shows "Script TimeOut" error after 10 to 15 minuts.
The IIS setting is already more than default value.And also I have written the following code in individual page:
<% server.scriptimeout=4000 %>
Please suggest me how to handel it.
Thank you Sugam