How do I view users connected to my IIS server?

Gillbot

Lifer
Jan 11, 2001
28,830
17
81
I thought there was a way to do this but I've either forgotten or dreamed it up! (IIS in XP)
 

DaveSimmons

Elite Member
Aug 12, 2001
40,730
670
126
With ASP pages you might be able to use session start / end scripts to update a file or page of IPs. You'd only need to make your main page .asp for this to work. This would definitely work for a "number of active users" count.
 

TheDiggler

Senior member
Dec 23, 2002
695
0
0
FTP SITES within IIS have that feature, but not WEB SITES. HTTP connections are after all very short lived. A web browser connects to the web-server, requests a document, retrieves the data, and disconnects. FTP sessions on the other hand are much longer lasting connections.

To view who's connected to your IIS server via FTP, open up the IIS Management Console. Right click on one of your FTP sites (assuming you have at least one FTP site defined), then click the "Current Sessions" button towards the bottom right-hand side of the window.