Server

This class contains methods that enable your component to use the methods and properties of the Server object.

Method

Description

CreateObject(bstrProgID As String) As Object

Creates an instance of a server component.

HTMLEncode(bstrln As String) As String

Applies HTML encoding to a specified string.

MapPath(bstrLogicalPath As String) As String

Maps the specified relative or virtual path to the corresponding physical directory on the server.

ScriptTimeout() As Long

The maximum length of time in seconds before a script is terminated.

URLEncode(bstrln As String) As String

Applies URL encoding rules, including escape characters, to a specified string.


© Microsoft Corporation. All rights reserved.