Is there a way to collect usage metrics of an ASP.NET web service like Google Analytics collect usage metrics of a web site. All without implementing my own database tables or code.
I don't need to collect the huge amount of information collected by Google Analytics, only simple information, like the number of calls and their distribution over time.
If no external tool can be used, how to simply process the request to a web service to extract information like request location, request source, and other information that could be collected.