The IServer::put_ScriptTimeout method sets the value of the ScriptTimeout property of the Server object.
HRESULT put_ScriptTimeout(
LONG lTimeoutSeconds // LONG that contains the new
// ScriptTimeout value
);
A default ScriptTimeout can be set for a web service or web server by using the AspScriptTimeout property in the metabase. The ScriptTimeout property cannot be set to a value less than that specified in the metabase.
Server Object, IServer::get_ScriptTimeout, Metabase Structure