Posted to
IIS7 - Administration Pack
by
SinghGurpreet
on
01-14-2009, 1:34 PM
There is an article present on how to build your custom report at
http://blogs.iis.net/carlosag/archive/2008/05/30/new-articles-for-building-iis-manager-extensions-published-in-iis-net.aspx
It makes use of the Logparser for processing of the files. You can write your custom query as
logparser "Select top 25 c-ip as IP_Address,count(*) ...