| Server.CreateObject method | Creates an instance of a COM server component. | 1 |
| Server.Execute method | Runs another ASP file as if it were a subroutine in the current
file. | 3 |
| Server.GetLastError method | Returns the last error as an ASPError object, for use in custom
error pages. | 3 |
| Server.HTMLEncode method | Escapes special HTML characters. | 1 |
| Server.MapPath method | Returns a full physical path, given a virtual or relative
path. | 1 |
| Server.ScriptTimeout
property | Sets the number of seconds a script is allowed to run. | 1 |
| Server.Transfer method | Begins executing another ASP file, with all the variables and
objects from the current file. | 3 |
| Server.URLEncode method | Escapes special URL characters. | 1 |