Connecting Tech Pros Worldwide Forums | Help | Site Map

Page Counter Component, ASP 3.0

Roland Ramirez
Guest
 
Posts: n/a
#1: Jul 19 '05
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>

Aaron Bertrand - MVP
Guest
 
Posts: n/a
#2: Jul 19 '05

re: Page Counter Component, ASP 3.0


I already answered this question.


Rob Greene
Guest
 
Posts: n/a
#3: Jul 19 '05

re: Page Counter Component, ASP 3.0


Try one of these pages:

HOW TO: Use the ASP PageCounter Component in FrontPage 2000
http://support.microsoft.com/?id=309008

HOW TO: Use the ASP PageCounter Component in FrontPage 2002
http://support.microsoft.com/?id=318275


-rwg

A. Webmaster
Guest
 
Posts: n/a
#4: Jul 19 '05

re: Page Counter Component, ASP 3.0


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.



*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Closed Thread