From: 7777 on
Hello, does IIS have a feature/setting that can be enabled which counts how
many times a particular posted file gets downloaded within a public web
directory? Or would the only route be creating a .asp vbscript page that
does some type of count programmatically?


From: Andrew Morton on
7777 wrote:
> Hello, does IIS have a feature/setting that can be enabled which
> counts how many times a particular posted file gets downloaded within
> a public web directory? Or would the only route be creating a .asp
> vbscript page that does some type of count programmatically?

You could use a log analyzer to count the entries in the IIS log files with
the relevant URL.

--
Andrew