Question Capture the IIS start, Stop and restart time

kannanjc

New member
Joined
Feb 3, 2017
Messages
1
Programming Experience
3-5
Hi,

We have created class file and access that file(asynchronously) using remoting. Some times our functionality is took much times(depends on task).


IIS has been stopped/ restart by internally or externally for some times. In this case, we want to capture the IIS start, Stop and restart time(like web application). So how to get these details in application itself? Is it any application event is available?
 
Back
Top