IServer

The IServer interface exposes the methods and properties of the Server object.

Method Description
IServer::CreateObject Creates an instance of a server object.
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.

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.