• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Monitoring IIS Web Traffic

thanser

Member
I'm not network admin, so go easy!

I'm running IIS on a Windows 2000 (not Server) box here at home, serving up a web site.

Unlike some shareware and freeware webserver applications going around, IIS doesn't seem to have a monitor window that will allow me to view information about who's hitting my site in realtime. Like IP addresses, and which pages they're
viewing.

Are there any add-on's or utilities available to do this with IIS? Or is this something that comes with Windows 2000 Server?

Thanks, and yes, I keep my server patched, and it's behind a router.
 
IIS logs hits, go into the properites of said website from the console and see where it's writing them too. Also, perfmon.exe will let you add a counter to see current http connections, etc.
 
Back
Top