Server. property|method
Server.CreateObject |
Creates an instance of a server
component. |
Server.Execute |
Executes an .asp file. |
Server.GetLastError |
Returns an ASPError object that describes the error
condition. |
Server.HTMLEncode |
Applies HTML encoding to the specified string. |
Server.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. |
Server.Transfer |
Sends all of the current state information to another .asp file
for processing. |
Server.URLEncode |
Applies URL encoding rules, including escape characters, to the
string. |