IServer Interface Methods

The IServer interface has the following methods:

CreateObject creates an instance of a server object.
Execute executes a specified URL as an ASP page and returns the results.
getLastError returns an ASPError object that describes the error condition.
getScriptTimeout and putScriptTimeout retrieve and set the value of the ScriptTimeout property, respectively.
HTMLEncode applies HTML encoding to the specified string.
MapPath maps the specified relative or virtual path to the corresponding physical directory on the server.
Transfer sends the current session or page information to a URL for processing.
URLEncode applies URL encoding rules, including escape characters, to the specified string.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.