I have a VB ActiveX.dll that queries an Oracle DB and returns the results. The DB is quite complex and the return time appears almost linear in proportion to the number of records returned (ie. it takes around 0.5s per record to return).<br>This is fine in the test system but the live system can return around 150 records at a time and I am getting a Scripting Timeout error.<br>Is there anyway to set the timeout in ASP??<br>I have tried Server.ScriptTimeout = <time in secs> but it does not appear to work....<br><br>Thanks<br>Jenny