Skip to content

Web Application Informative Messages

Table of Contents

1 - {Specific Error Text}

This is a "catch all" error event.

{Specific Error Text} is passed to this error when it is triggered.

100 - Web application {ApplicationName} started.

Web application {ApplicationName} started.

Occurs when the Web Application gets initiated. This occurs the first time the first user requests any file in the Web Application. It occurs only once for each Web Application after the service has been started.

102 - Web application {ApplicationName} stopped.

Web application {ApplicationName} stopped.

Occurs once for each Web Application when the service is shut down. This occurs after EVMSG_S_APPDEACTIVATED, when all resources are released.

105 - Service started.

Service started.

Occurs once when the service is started, after all service initialization routines.

106 - Service stopped.

Service stopped.

Occurs once when the service is stopped, after all service un-initialization routines.