-1

I'm looking for a statistics tool on server side (IIS7) with following requirements:

  • Displays file downloads via http (no websites to click on)
  • Can set specific range to display results (download count)

Is there such thing? I don't need tons of statistics, just file download count.

user9517
  • 115,471
  • 20
  • 215
  • 297

1 Answers1

2

I'd suggest a web log analyzer. Somthing like this might work.

http://www.weblogexpert.com/info/IISLogs.htm

Alan
  • 856
  • 1
  • 9
  • 18