Click to See Complete Forum and Search --> : how to set Server.ScriptTimeout illimited


faamugol
08-11-2006, 05:38 AM
Hello,


Is there anyway to set the Server.ScriptTimeout to illimited value,
as I have with query dealing with about 1.000.000 record or more.

Or is there anyway to increase the performance of IIS.

Now I have to wait 20 minutes or more when I launch a query!!.
I find it of couse to much..

Thanks in advance for your ideas

russell
08-11-2006, 11:57 AM
Server.ScriptTimeout = 0

this isn't an iis performance issue -- it's a query performance one. what db are u using? let's see the query