The IServer interface exposes the methods and properties of the Server object.
Method | Description |
Iserver::CreateObject | Creates an instance of a server object. |
Iserver::Execute | Executes a specified URL as an ASP page and returns the results. |
Iserver::GetLastError | Returns an ASPError object that describes the error condition. |
Iserver::get_ScriptTimeout | Retrieves the value of the ScriptTimeout property. |
Iserver::HTMLEncode | Applies HTML encoding to the specified string. |
Iserver::MapPath | Maps the specified relative or virtual path to the corresponding physical directory on the server. |
Iserver::put_ScriptTimeout | Sets the value of the ScriptTimeout property. |
Iserver::URLEncode | Applies URL encoding rules, including escape characters, to the specified string. |
Iserver::Transfer | Sends the current session or page information to a URL for processing. |
Note This interface also supports the IUnknown and IDispatch interface methods. For more information, see \inetsrv\asp\cmpnts\asptlb.h, the header file installed with ASP.