Global.asax and Logging

Posted by tyndall on Stack Overflow See other posts from Stack Overflow or by tyndall
Published on 2010-03-17T20:32:44Z Indexed on 2010/03/17 20:41 UTC
Read the original article Hit count: 456

Filed under:
|
|
|

Is there an event that I can tap into in Global.asax to execute some SQL in ADO.NET for logging every time a request is made to the application?

© Stack Overflow or respective owner

Related posts about global.asax

Related posts about ASP.NET