Is there a way in IIS 5.0 I can track how many hits my
company's web site is getting? A counter or something?

Re: How to count web page hits. by Ken

Ken
Wed Jan 21 21:56:50 CST 2004

Look in your IIS Log files:
c:\winnt\system32\logfiles

Cheers
Ken


"Dee Piper" <anonymous@discussions.microsoft.com> wrote in message
news:197901c3e075$49529450$a301280a@phx.gbl...
: Is there a way in IIS 5.0 I can track how many hits my
: company's web site is getting? A counter or something?



Re: How to count web page hits. by jcochran

jcochran
Thu Jan 22 07:28:00 CST 2004

On Wed, 21 Jan 2004 15:21:24 -0800, "Dee Piper"
<anonymous@discussions.microsoft.com> wrote:

>Is there a way in IIS 5.0 I can track how many hits my
>company's web site is getting? A counter or something?

You can add a counter if you wish, see:

http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=website+counter

Or do it the right way and analyze your log files:

http://www.iisfaq.com/default.aspx?view=P141

Jeff


Re: How to count web page hits. by webmaster

webmaster
Wed Jan 28 14:26:10 CST 2004

Activate Logging and run webstatistics with a tool of your choice.

An other choice is to log the activity on your website in a database. In this case you have to include a little script on each of your ASP pages.

You can also use a external provider to log activity on your website. I recommend eTracker:
http://www.etracker.de/index.php?&_lng=2

Link to more information about logging is already published in this thread.

Regards,
Thomas Bruehlmann
http://www.webmeister.ch - intranets quick and easy


Re: How to count web page hits. by tdevere

tdevere
Tue Feb 03 00:59:30 CST 2004

Thanks Thomas!


Thank you,

Tony DeVere [MSFT]
Microsoft IIS
Newsgroup Support
tdevere@online.microsoft.com

"Please do not send email directly to this alias. This is our online
account name for newsgroup participation only."

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2001 Microsoft Corporation. All rights
reserved.