Server object of ASP is related to the manipulation of utility functions or
server tasks on the server.
Methods
Method
Description
CreateObject
Create an instance of an object from a component on the server.
Execute
Execute an ASP file
similar to a procedure call
GetLastError
Get the last error from the ASPError that describes the error condition of
processing the script in an ASP file
HTMLEncode
Encode and convert the specified string according to the HTML encoding rules
MapPath
Map and Convert the specified path including virtual path on the
server, or relative path relative to the page into the corresponding physical
path.
Transfer
Transfer all current state information to another ASP file for continue
processing by the new ASP file according to all transferred state information
similar to Response.Redirect method.
URLEncode
Encode and convert the specified string according to the URL encoding rules
including escape characters .
Properties
Property
Description
ScriptTimeout
Set the length of time out period that allowed the script to run on the server.
Remarks
The methods and properties of ASP response object can be grouped into