Web Hosting Talk







View Full Version : Web Stats for Windows 2003 Box


r557
10-17-2007, 08:13 AM
Looking for a good Web Stats solution for a win2k3 box.

Our website is built on a cms, so any of the outside pages will access one default.aspx page.

We need a solution that will capture the stats for each URL accessed by an end user.

i.e. domain.com/default.aspx?page=home
i.e. domain.com/default.aspx?page=aboutus

Most stat packages we have found, will only tell us that the default.aspx file was hit, not the URL. Any ideas?

plumsauce
10-17-2007, 04:18 PM
There are services that do show the query part of the request. But, they are generally at the higher end of the market because it takes a lot more horsepower to process and store.

Or, you might like to play with the local log files. In that case I recommend the free MS Log Parser Tool. It has a sql syntx, so if you are already familiar with SQL, you'll be right at home.

r557
10-18-2007, 07:16 AM
Any idea what those services are? This is at my day job which is Gov. so budget typically isn't an issue. :)