[thelist] logging in ASP/IIS
Daniel J. Cody
dcody at oracular.com
Tue May 30 16:21:48 2000
Not sure if this is an IIS thing or what you're using to generate
reports from your logs..
What do your log files look like?(in raw format that is).. if they're
something like:
206.228.118.78 - - [30/May/2000:15:24:48 -0500] "GET
/index.cfm?menu=8&cid=786&catid=17 HTTP/1.1" 200 33445
207.225.212.78 - - [30/May/2000:15:25:10 -0500] "GET
/index.cfm?menu=8&cid=275 HTTP/1.1" 200 32949
You're in luck and you just have to get your reporting software to parse
the end of the query string, or get different software ;)
If you dont have the query strings in your raw log files, you're giong
to have to turn it on from the MMC, which is where I start to know
absolutly nothing ;)
Good luck, daddy-o
.djc.
aardvark wrote:
>
> probably a silly question...
>
> let's say i have a site, like, say, evolt.org... every page is served off
> default.asp with variables appended to the URL... but the site has
> 30,000 "pages"...
>
> the IIS logs seem to only track requested *files*, so how do i track
> where people are going on a completely dynamically generated
> site?