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