IIsWebServer.Start (ADSI)
The Start method of the IIsWebServer (ADSI) 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
%>
Related Topics
- For information on other methods in the IIsWebServer object, see IIsWebServer (ADSI).