Click here to Skip to main content
15,867,330 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
how can i maintain a log of visited user on specific website page i want to get its registered id, time, IP address and i also want to see, user how much time spend on that specific page.

Can anyone guide me that specific problem area???
Posted

1 solution

Hi,

You can use global.asax file, in that find Application_Start (or Session_Start) & Application_End events wherein you can write the logic to log the site traffic and user info, etc.

For more information on Global.asax file, check this:

Global.asax in ASP.NET[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900