User-1610695295 posted
How can I create Log file for a specific web application for below condition:
- Log for each request when it hits the IIS (time when request come).
- Log for each response when it goes out from the IIS (time when response goes)
Need to develop custom module which makes Log file for each request when it hits first time IIS, so each request first hit my custom module then enters into IIS for further processing. After processing the request again it goes out from
my custom log.