[This is preliminary documentation and subject to change]
The Pause method of the IIsWebServer object pauses the server operation.
IIsWebServer.Pause
<%
Dim ServerObj
'Pause the second Web server.
Set ServerObj = GetObject("IIS://LocalHost/W3SVC/2"
ServerObj.Pause
%>