PDA

View Full Version : Counter?


hossrod
12-29-2003, 04:45 AM
Not sure which forum is best suited for this question...

Is there a page counter installed on DiscountASP? On my previous ASP hoster, they had an object "MSWC.PageCounter" installed. I thought it was standard MS object, but I get an error that it doesn't exist when I try to create it.

TIA!

bruce
01-01-2004, 11:46 AM
MSWC is a very outdated object. I don't think it is suppoted any more

You can create page counter very easily with ASP or asp.net. You can find a lot of example code on the Internet. Try google for it.

[b]quote:Originally posted by hossrod

Not sure which forum is best suited for this question...

Is there a page counter installed on DiscountASP? On my previous ASP hoster, they had an object "MSWC.PageCounter" installed. I thought it was standard MS object, but I get an error that it doesn't exist when I try to create it.

TIA!
</blockquote id="quote"></font id="quote">

hossrod
01-07-2004, 11:10 AM
Thanks. I had ended up just creating my own using access DB. Works great and I can track exactly what I want. Including the ability to not log hits when I view the pages from any of my home machines.

Thanks!

-C
http://hossweb.com

[b]quote:Originally posted by bruce

MSWC is a very outdated object. I don't think it is suppoted any more

You can create page counter very easily with ASP or asp.net. You can find a lot of example code on the Internet. Try google for it.

[b]quote:Originally posted by hossrod

Not sure which forum is best suited for this question...

Is there a page counter installed on DiscountASP? On my previous ASP hoster, they had an object "MSWC.PageCounter" installed. I thought it was standard MS object, but I get an error that it doesn't exist when I try to create it.

TIA!
</blockquote id="quote"></font id="quote">
</blockquote id="quote"></font id="quote">