.net - Asp.net built-in request logger -
i wonder whether there built-in functionality in asp.net log requests. in link below can see event fires after asp.net logging. google did not help.
http://msdn.microsoft.com/en-us/library/system.web.httpapplication.logrequest(v=vs.110).aspx
you have trace.axd
keeps request logging on short period of time debugging , analysis purposes.
also, have request logging capabilities in iis, not sure whether necessary in asp.net. there implementations on modules can request logging you, not built-in.
asp.net .net iis
No comments:
Post a Comment