page/user tracker need

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

Guest

I need to write something to track pages by user when a user logs into a
site. I would perfer to create a component that is automaticlly included on
each page. Is there a way to have something called on each page request
without physically including it on each page?
 
Look into the BeginRequest event defined in your global.asax file.

-Alan
 

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