Home IIS.NET Forums IIS 7 and Above Module Development How to create Log for each request when IIS first time hit by request Re: How to create Log for each request when IIS first time hit by req...
242 Posts
Jan 21, 2015 09:34 AM|Perkinsville|LINK
Hi,
You might have a performance issue if you write to a log at the beginning and end of each request.
Why can't you use the IIS logs request date time stamp and the time-taken to calculate the same?
HTH, Benjamin
242 Posts
Re: How to create Log for each request when IIS first time hit by request
Jan 21, 2015 09:34 AM|Perkinsville|LINK
Hi,
You might have a performance issue if you write to a log at the beginning and end of each request.
Why can't you use the IIS logs request date time stamp and the time-taken to calculate the same?
HTH, Benjamin