The Server object provides access to methods and properties on the server. Most of these methods and properties serve as utility functions.
Server.property|method
| ScriptTimeout | The amount of time that a script can run before it times out. | 
| CreateObject | Creates an instance of a server component. | 
| Execute | Executes an .asp file. | 
| 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 script enabled file for processing. | 
| URLEncode | Applies URL encoding rules, including escape characters, to the string. |