Add HTTP Request/Response Logging to an ASP.NET Framework Web Application With No Code
Briefly

IIS logs are great - they can give you an indication of whether a request has reached the server, how long it took to process the request, what the source IP was, what the response status code was etc.
Any overhead incurred by logging is justified by the time saved digging for issues that simply don't exist.
Read at CodeProject
[
]
[
|
]