HEALTH MONITORING IN ASP.NET 3.5
Posted
by kaleidoscope
on Geeks with Blogs
See other posts from Geeks with Blogs
or by kaleidoscope
Published on Mon, 22 Mar 2010 04:47:00 GMT
Indexed on
2010/03/22
6:01 UTC
Read the original article
Hit count: 516
Health monitoring gives you the option of monitoring your application once you have developed and deployed your application. The Health Monitoring system works by recording event information to a specified log source.
Health monitoring can be attained by doing adding a few configurations in web.config file.
Health Monitoring is split into 5 categories:
*EventMappings
*BufferModes
*Rules
*Providers
*Profiles.
Find the below links for details:
http://www.dotnetbips.com/articles/63431cdd-07a2-434f-9681-7ef5c2cf0548.aspx
http://msdn.microsoft.com/en-us/library/ms178703(VS.80).aspx
© Geeks with Blogs or respective owner