Forum Moderators: phranque

Message Too Old, No Replies

Web Stats

         

morpheus83

8:39 am on Jul 14, 2004 (gmt 0)

10+ Year Member Top Contributors Of The Month



I have a dynamic website running on dot netframework .aspx pages. 99 % of my webiste is dynamic i.e. pages are like page.aspx?query=12345 . I am currently using urchin for stats however urchin would not show the query after the pages. I have only 8-10 pages which make up approx 5000 pages dynamically. So it becomes very difficult for me to make out which pages are getting the most hits. I have also tried easystat but it also does not display the queries. Is there any setting which I have to do on urchin to report queries. Will I have to go for some other sats software which displays the same?

ogletree

8:44 am on Jul 14, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



One way may be to add a script to the bottom of each page and have it create it's own log file. You could have log the page name as page.aspx/query/12345. I do it with my php site no problem. I made a script that I posted here you could look at.

[webmasterworld.com...]

You would have to modify it so that it would work with aspx and have it translate your URL.