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