Counters Component (ASP) - TechRepublic
General discussion
May 9, 2000 at 11:39 AM
kyle b.

Counters Component (ASP)

by kyle b. . Updated 25 years, 12 months ago

Could someone please let me know how to create an instance of the Counters Component in an .asp page, not in the global.asa file.(I know you are suppose to only create this object once in the glabal.asa file but is there another way?) I have tried this so far and have come out with an error that says “invalid class string”. Here is the code i used:

<% SET MyCount=Server.CreateObject( "MSWC.Counters" ) %>

Any suggestions? Any help is appriciated and thanks in advance!

Kyle

This discussion is locked

All Comments