Usage-Metrics for ASP.NET Web Services -
is there way collect usage metrics of asp.net web service google analytics collect usage metrics of web site. without implementing own database tables or code.
i don't need collect huge amount of information collected google analytics, simple information, number of calls , distribution on time.
if no external tool can used, how process request web service extract information request location, request source, , other information collected.
if you're hosting service in iis web server (which persume do), can check iis web server application log, requests written file.
open *.log file , copy contents excel, , use excel pivot/group/filter/sort data present count (the number of requests) web service in meanigful manner.
Comments
Post a Comment