Share via


IIsWebDirectory.AspAppRestart (ADSI)

You can use the AspAppRestart method of the IIsWebDirectory (ADSI) or IIsWebVirtualDir (ADSI) object to restart ASP applications. Users can use this method to restart ASP applications without accessing the Global.asa file or stopping and starting the Web service itself. Essentially, a user can restart the application on demand.

Syntax

DirObj.AspAppRestart()

Parameters
  • DirObj
    An ASP application object of type IIsWebDirectory or IIsWebVirtualDir.