IIsWebDirectory.AppEnable (ADSI)

The AppEnable method enables a Web application that was previously disabled with AppDisable.

objIIsWebDirectory.AppEnable 

Return Values

This method has no return values.

Example Code

<%  
  Dim DirObj  
  Set DirObj = GetObject("IIS://LocalHost/W3SVC/1/ROOT/MyAppDir")  
  'Enable the application at this directory.  
  DirObj.AppEnable  
%>  

Remarks

If the application specified was not previously deleted, it will be reregistered with Component Services.

Requirements

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

See Also

Concepts

IIsWebDirectory (ADSI)

IIsWebVirtualDir (ADSI)

Using ADSI to Configure IIS