Page Counter Component, ASP 3.0

R

Roland Ramirez

I am trying to monitor the number of visits on various Excel and HTML
reports on our website. I would like to create a web page that has the
various hit statistics for various URLs.

I thought I could use the Page Counter Component to do this using
MyPageCounter.Hits(url);
but I cannot get it to work with any URL. I can get it to work with
the page the code is located in if I do not specify a URL, but I
cannot get it to work to keep track of the visits to other URLs, in
this case Excel and HTML reports my business group maintains.

Any help would be greatly appreciated.

Here is what I tried to do.



<%

Set MyPageCounter = Server.CreateObject("MSWC.PageCounter")

MyPageCounter.PageHit()

%>



This page has been visited
<%=mypagecounter.hits("d:/inetpub/wwwroot/web_project/folder/book1.xls")%>
times.<br>
 
A

A. Webmaster

Yea I had problems with the PageCounter too but I'm not using PageFront.

I do have access to MS SQL Server 7 so I thought I could simply use a
table for all download counters.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,763
Messages
2,569,563
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top