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

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -