Watching Your Server Processes

Kent Sharkey has published an article on MSDN, which looks useful for ASP.NET application developers. Summary:

"Learn how to create an ASP.NET HTTP Handler to view the life and death of the processes used by a Web site. In addition, learn how to create a configuration section handler."

I like the end statement:

"Once the HTTP Handler is created, and in place, you should be much more aware of what is happening in this important process. And you'll have time for a coffee, instead of having to hunt down the reason your Web site process restarted."

No Comments