Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tutorial Hit counter doesnot work?

Status
Not open for further replies.

DGA15

Programmer
Aug 19, 2000
40
0
0
US
When studying the "Active Server Pages Tutorial" by Microsoft updated December 27, 2000 I could not
get the hit counter to work. It gave the following error:
-----------------------------------------------------------------
Statistics
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/Displayad.asp, line 31
800401f3
----------------------------------------------------------------------------------
I'm using Windows 98 , Personal Web Server, and IE version 6.026
Does Personal Web Server allow the VB Script line?
<% Set pageCount = Server.CreateObject(&quot;MSWC.PageCounter&quot;) %>
 
I think you actually need to install the Page Counter component onto your server, i'm not too sure you can do this with PWS. It's failing to create the object because the component doesnt yet exist!

You should see if you can download the actual component and try to install it. Nick (Software Developer)


nick@retrographics.fsnet.co.uk
nick.price@myenable.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top