The Continue method of the IIsWebServer object continues the server operation after it has been paused.
IIsWebServer.Continue
<%
Dim ServerObj
'Continue the second Web server.
Set ServerObj = GetObject("IIS://LocalHost/W3SVC/2")
ServerObj.Continue
%>