Site wise url access

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
I want to find know how it is possible to get the number of times a url with query string have been accessed by the users of the site
 
You have a couple of alternatives. One is to use a Stats package like
WebTrends. The other is to write your own code to do it. Since the request
is coming for your page, all you have to do is include code that stores the
number of requests based on query string into a database.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

Srini said:
Hi,
I want to find know how it is possible to get the number of times a url
with query string have been accessed by the users of the site
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top