All,

I would like change the ScriptTimeout from 90 seconds to
100 seconds which will be effetive for my website on the
IIS (i.e. on all the folders and subfolders for my
website).

I am aware that this limit can be set on the individual
ASP page viz. Server.ScriptTimeout = 100. I do not want
to take this route as it would mean code change and
regression testing.

I have also seen references to change the ASPScriptTimeout
value from IIS Configuration. I don't know how does this
translate into the default Server.ScriptTimeout of 90
seconds.

My question is: Where is this 90 seconds value stored and
how can this be changed WITHOUT changing any ASP code? Pl
note that the IIS hosts few other websites and I would
like to change this only for my website (IFFFF possible).

Thanx in advance!

-j-