#http-module

[ follow ]
CodeProject
8 months ago
Web development

Logging HTTP Request/Response Details in ASP.NET - No Code!

Enabling detailed logging in an ASP.NET web application can be challenging if not built-in to the application.
One option for adding logging is to intercept the request and response in the IIS pipeline using an HTTP Module. [ more ]
[ Load more ]