Download tracking

Download tracking

am 26.09.2007 21:42:01 von Mike

On a server with Windows 2003 Web Edition. There are several software demo
files for download. Many of the download requests for the same file are
coming from different webpages. I'm looking for a way to track the number of
downloads by url. Can IIS do this itself or do I need to add some script to
get this ability?

Thanks,
Michael

Re: Download tracking

am 26.09.2007 22:21:32 von Kristofer Gafvert

Can you use the referer and use the log file? Each request for a file is
logged in the log file, and if all necessary information is logged, then
you can use the log file.


--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info


Mike wrote:

>On a server with Windows 2003 Web Edition. There are several software demo
>files for download. Many of the download requests for the same file are
>coming from different webpages. I'm looking for a way to track the number
>of
>downloads by url. Can IIS do this itself or do I need to add some script to
>get this ability?
>
>Thanks,
>Michael

Re: Download tracking

am 26.09.2007 22:40:01 von Mike

Sounds perfect, I'll look into it.

Thanks Kris!
Michael


"Kristofer Gafvert" wrote:

> Can you use the referer and use the log file? Each request for a file is
> logged in the log file, and if all necessary information is logged, then
> you can use the log file.
>
>
> --
> Regards,
> Kristofer Gafvert
> http://www.gafvert.info/iis/ - IIS Related Info
>
>
> Mike wrote:
>
> >On a server with Windows 2003 Web Edition. There are several software demo
> >files for download. Many of the download requests for the same file are
> >coming from different webpages. I'm looking for a way to track the number
> >of
> >downloads by url. Can IIS do this itself or do I need to add some script to
> >get this ability?
> >
> >Thanks,
> >Michael
>