This topic has not yet been rated - Rate this topic

IIsWebServer.Continue (ADSI)

IIS 6.0

The Continue method continues the server operation after it has been paused.

objIIsWebServer.Continue

This method has no parameters.

This method has no return values.

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

Client: Requires Windows XP Professional, Windows 2000 Professional, or Windows NT Workstation 4.0.

Server: Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.

Product: IIS

Did you find this helpful?
(1500 characters remaining)