Track each request to the website
        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
            19:14 UTC
        
        
        Read the original article
        Hit count: 342
        
I want to save each request to the website. In general I want to include the following information:
- User IP, The web site url.
- 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