The Server object has the following methods.
CreateObject creates an instance of a server component.
Execute executes an .asp file.
GetLastError returns an ASPError object that describes the error condition.
HTMLEncode applies HTML encoding to the specified string.
MapPath maps the specified virtual path, either the absolute path on the current server or the path relative to the current page, into a physical path.
Transfer sends all of the current state information to another .asp file for processing.
URLEncode applies URL encoding rules, including escape characters, to the string.