Connecting Tech Pros Worldwide Forums | Help | Site Map

Not a specific ASP.Net question but what the heck.

Mufasa
Guest
 
Posts: n/a
#1: Dec 17 '07
Is there an easy way to see what pages are accessed on a web site? I would
assume I would have to go through the IIS logs. I can't do it through my app
because there are 'rogue' pages out that that we put out that aren't part of
my product. And I'm about to change the name of our sub-domain and want to
make sure I don't screw myself in the process.

Any help would be greatly appreciated.

Jeff.



Mark Rae [MVP]
Guest
 
Posts: n/a
#2: Dec 17 '07

re: Not a specific ASP.Net question but what the heck.


"Mufasa" <jb@nowhere.comwrote in message
news:Ofu$h8KQIHA.1208@TK2MSFTNGP05.phx.gbl...
Quote:
Any help would be greatly appreciated.
There are any number of products which will do this - WebTrends is one of
the most popular...


--
Mark Rae
ASP.NET MVP
http://www.markrae.net

John Timney \(MVP\)
Guest
 
Posts: n/a
#3: Dec 17 '07

re: Not a specific ASP.Net question but what the heck.


yes, look at the logs, assuming they are enabled.

Free tools like AWStats make it an easier task.

Regards

John Timney (MVP)
http://www.johntimney.com
http://www.johntimney.com/blog


"Mufasa" <jb@nowhere.comwrote in message
news:Ofu$h8KQIHA.1208@TK2MSFTNGP05.phx.gbl...
Quote:
Is there an easy way to see what pages are accessed on a web site? I would
assume I would have to go through the IIS logs. I can't do it through my
app because there are 'rogue' pages out that that we put out that aren't
part of my product. And I'm about to change the name of our sub-domain and
want to make sure I don't screw myself in the process.
>
Any help would be greatly appreciated.
>
Jeff.
>
>

Mark Rae [MVP]
Guest
 
Posts: n/a
#4: Dec 17 '07

re: Not a specific ASP.Net question but what the heck.


"John Timney (MVP)" <xyz_john@timney.eclipse.co.ukwrote in message
news:av2dnUD6No3GEfvaRVnytQA@eclipse.net.uk...
Quote:
Free tools like AWStats make it an easier task.
I've heard good things about this product - have you used it...?


--
Mark Rae
ASP.NET MVP
http://www.markrae.net

John Timney \(MVP\)
Guest
 
Posts: n/a
#5: Dec 17 '07

re: Not a specific ASP.Net question but what the heck.


I have, not for a while though. You need PERL installing , but other than
that its a breeze and has an amazing variety of results from the logs.

Regards

John Timney (MVP)
http://www.johntimney.com
http://www.johntimney.com/blog


"Mark Rae [MVP]" <mark@markNOSPAMrae.netwrote in message
news:%23MYWlzLQIHA.4684@TK2MSFTNGP06.phx.gbl...
Quote:
"John Timney (MVP)" <xyz_john@timney.eclipse.co.ukwrote in message
news:av2dnUD6No3GEfvaRVnytQA@eclipse.net.uk...
>
Quote:
>Free tools like AWStats make it an easier task.
>
I've heard good things about this product - have you used it...?
>
>
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

=?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=
Guest
 
Posts: n/a
#6: Dec 17 '07

re: Not a specific ASP.Net question but what the heck.


Probably the very easiest way is to get a free Google Analytics account and
install the little javscript widget in your Master Pages (or every page if
you don't use Masters).
-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
MetaFinder: http://www.blogmetafinder.com


"Mufasa" wrote:
Quote:
Is there an easy way to see what pages are accessed on a web site? I would
assume I would have to go through the IIS logs. I can't do it through my app
because there are 'rogue' pages out that that we put out that aren't part of
my product. And I'm about to change the name of our sub-domain and want to
make sure I don't screw myself in the process.
>
Any help would be greatly appreciated.
>
Jeff.
>
>
>
Mufasa
Guest
 
Posts: n/a
#7: Dec 17 '07

re: Not a specific ASP.Net question but what the heck.


The problem with that is that I'm looking so see about pages that are not
part of my project (don't ask!)

J.

"Peter Bromberg [C# MVP]" <pbromberg@yahoo.NoSpamMaam.comwrote in message
news:B5430D13-EA9A-47A5-B91C-AC54EC2A6276@microsoft.com...
Quote:
Probably the very easiest way is to get a free Google Analytics account
and
install the little javscript widget in your Master Pages (or every page if
you don't use Masters).
-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
MetaFinder: http://www.blogmetafinder.com
>
>
"Mufasa" wrote:
>
Quote:
>Is there an easy way to see what pages are accessed on a web site? I
>would
>assume I would have to go through the IIS logs. I can't do it through my
>app
>because there are 'rogue' pages out that that we put out that aren't part
>of
>my product. And I'm about to change the name of our sub-domain and want
>to
>make sure I don't screw myself in the process.
>>
>Any help would be greatly appreciated.
>>
>Jeff.
>>
>>
>>

Closed Thread