AspAppRestart

You can use the AspAppRestart method of the IIsWebDirectory or IIsWebVirtualDir 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.
See Also

AppCreate, AppDelete, AppDeleteRecursive, AppUnload, AppUnloadRecursive, AppGetStatus, AppDisable, AppDisableRecursive, AppEnable, AppEnableRecursive