|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi All,
I have IIS 5 running on XP and would like to keep track of all users that connect to my web applications. How can I track this? For example, it would be great to keep a log of all IP addresses that connect to port 80 on my machine. Thanks GUI Loui |
|
#2
|
|||
|
|||
|
How about the IIS logs?
__________________
====== Doug G ====== I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain |
|
#3
|
|||
|
|||
|
You may want to create your users in a database and let an ISAPI filter map them to
NT accounts on the fly. Then I think the filter can be extended to provide a list of users who are currently online. Contact bestcode.com if you wish. This was you can exactly know which user... http://www.bestcode.com/html/bcauthenticate.html bcAuthenticate is an ISAPI based Authentication filter for IIS 4,5,6. It allows you put userid passwords in a database and manage them individually instead of relying on Windows NT accounts. It uses ODBC to access the database and map the users to NT accounts. It also caches them in memory for specified amount of time so it is fast. It has a GUI admin also. Regards, g. |
![]() |
| Viewing: ASP Free Forums > System Administration > Microsoft IIS > Determining who is on my server |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|