I have an ASP that hits a database with 3.5 million + entries. In Crystal Reports, the query takes 7 seconds. In the ASP on the same machine, it now takes over 30 seconds to process the same query. Why is there a delay?
Also, since it takes over 30 seconds since the DB has grown, the asp timeouts after exactly 30 seconds with an error code of: Timeout expired. I have increased a line in the ASP of:
Server.ScriptTimeout=120
However, it still times out at 30 seconds. Someone mentioned that maybe the Internet Explorer Browser (have tried 6.0 and 8.0) has a default of 30 seconds before timing out, but I couldn't find a setting to possibly turn this off.
Any thoughts?
Also, since it takes over 30 seconds since the DB has grown, the asp timeouts after exactly 30 seconds with an error code of: Timeout expired. I have increased a line in the ASP of:
Server.ScriptTimeout=120
However, it still times out at 30 seconds. Someone mentioned that maybe the Internet Explorer Browser (have tried 6.0 and 8.0) has a default of 30 seconds before timing out, but I couldn't find a setting to possibly turn this off.
Any thoughts?