[This is preliminary documentation and subject to change]

Server Object

The Server object provides access to methods and properties on the server. Most of these methods and properties serve as utility functions.

Syntax

Server.property|method

 

Properties
ScriptTimeoutThe amount of time that a script can run before it times out.

Methods
CreateObjectCreates an instance of a server component.
ExecuteExecutes an .asp file.
GetLastErrorReturns an ASPError object that describes the error condition.
HTMLEncodeApplies HTML encoding to the specified string.
MapPathMaps the specified virtual path, either the absolute path on the current server or the path relative to the current page, into a physical path.
TransferSends all of the current state information to another .asp file for processing.
URLEncodeApplies URL encoding rules, including escape characters, to the string.


© 1997-2001 Microsoft Corporation. All rights reserved.