简体   繁体   中英

logging iisreset

Is there a log that lets you know when the web site was stopped and started in iis?

I'm looking for a way to see when the web site was stopped and started.

Does anyone know if there is a way to see?

Your best bet is to put something in your global.asax file in Application_start.

You can add something to a log file, or shoot yourself an email whenever this fires.

Look in Windows Event Viewer > Windows Logs > System.

Filter events with Source = IIS-IISReset .

An example event message is:

IIS stop command received from user NT AUTHORITY\SYSTEM. The logged data is the status code.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM