J
Jeff
ASP.NET 2.0
In my webproject I want to implement some kind of functionality which logs
the vistits to the website. I want it to log what pages the user requested,
when he arrived at the website (session_start), when he leave the website
(session_end).. if some exception occur then that should be logged also
I'm thinking about using the health monitoring system for logging
exceptions. For site visits I'm thinking of putting some code in for example
Page_Load event and when the page is opened then a table in the database is
updated.
Is this a good approach?? any suggestions?? anyone got a link to a great
article showing best practice doing this (I've been googling and cannot find
a good article about the subject)??
Jeff
In my webproject I want to implement some kind of functionality which logs
the vistits to the website. I want it to log what pages the user requested,
when he arrived at the website (session_start), when he leave the website
(session_end).. if some exception occur then that should be logged also
I'm thinking about using the health monitoring system for logging
exceptions. For site visits I'm thinking of putting some code in for example
Page_Load event and when the page is opened then a table in the database is
updated.
Is this a good approach?? any suggestions?? anyone got a link to a great
article showing best practice doing this (I've been googling and cannot find
a good article about the subject)??
Jeff