c# - Be notified of an IIS Reset? -
We have a system with a web app and some background is a group of working Windows services.
Whenever we need to make more significant changes to the system, we end up releasing an IIS reset, and then manually restart all related Windows services.
Can I be informed in such a way that events in the IISReset C # code, so that our Windows services can restart themselves, whenever they detect such an IISReset command executing ?
Thank you! Mark
You can also plug in Windows Instrumentation with you, Custom Windows Quar Language Expression I But I hope you can listen to objects that you can listen to, so that you can be aware of such changes. You can look at this: as the starting point for research.
Comments
Post a Comment