Click here to Skip to main content
15,910,471 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I am having one website that hosted in IIS. I want to get the list of users who all are accessing that url. How can I do that.

Thanks
Posted
Comments
Thanks7872 2-Jul-13 1:42am    
e.g. if you want to track user who is visiting default.aspx,then on page_load event get some specific detail for that user and enter it to database.Its that simple.Whats the problem?
Mukesh Ghosh 2-Jul-13 1:47am    
Do you want all the IP address that accessing your site or something else?
Bernhard Hiller 2-Jul-13 2:55am    
Do your users have to login into your site?
Zukiari 2-Jul-13 7:42am    
I want all the IP Address or host name that accessing that site. user has to login, but common login ID and password for all.

1 solution

Please check this [LINK] which explains how to to track list of IP address of visitors by IIS.
 
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