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 %>
Start, Continue, Stop