Start

The Start method of the IIsWebServer object starts the server operation.

Syntax

IIsWebServer.Start
 

Code Example

<% 
Dim ServerObj 
' Start the second Web server 
Set ServerObj = GetObject("IIS://LocalHost/W3SVC/2" 
ServerObj.Start 
%> 
 

See Also

Pause, Continue, Stop


© 1997 by Microsoft Corporation. All rights reserved.