Track each request to the website using HttpModule

Posted by stacker on Stack Overflow See other posts from Stack Overflow or by stacker
Published on 2010-05-14T19:10:49Z Indexed on 2010/05/14 23:44 UTC
Read the original article Hit count: 283

Filed under:
|
|
|
|

I want to save each request to the website. In general I want to include the following information:

  1. User IP, The web site url, user-if-exist, date-time.
  2. Response time, response success-failed status.

Is it reasonable to collect the 1 and 2 in the same action? (like same HttpModule)?

Do you know about any existing structure that I can follow that track every request/response-status to the website?

The data need to be logged to sql server.

© Stack Overflow or respective owner

Related posts about analytics

Related posts about tracking