Re: is this possible

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: IGotYourDotNet (IGotYourDotNet_at_discussions.microsoft.com)
Date: 09/15/04


Date: Wed, 15 Sep 2004 07:01:59 -0700

Yeah, just a list of all the users connect to a web site on the server

"Ken Schaefer" wrote:

> How do you define "a connected user"?
>
> Are you talking about current HTTP connections? Performance Monitor will
> tell you that (Start -> Run -> Perfmon)
>
> Netstat.exe will also give you a snapshot of all current TCP, or UDP
> connections
>
> Cheers
> Ken
>
> "IGotYourDotNet" <IGotYourDotNet@discussions.microsoft.com> wrote in message
> news:4DE5A776-AE53-43FA-96FB-722C6ECE75C1@microsoft.com...
> > I'm running server 2003 with iis 6. Is it possible to see how many users
> > are
> > connected to a web site running on iis6? if so how and where would i find
> > that information?
>
>
>



Relevant Pages

  • Re: Disabling SSL
    ... somewhere which is blocking the http connections. ... These certificates have been created internally by previous developer. ... secured web site which is hosted on this server. ...
    (microsoft.public.inetserver.iis.security)
  • Re: is this possible
    ... Are you talking about HTTP connections? ... just a list of all the users connect to a web site on the server ...
    (microsoft.public.inetserver.iis)
  • Re: Problem with freezing on IIS
    ... "Ken Schaefer" wrote in message ... check the connection timeout settings on the two machines. ... On our other server, it apparently works fine. ... I have tracked it down to .asp files. ...
    (microsoft.public.inetserver.iis)
  • Re: Multiple upload with multiple iframe
    ... You would need to use client-side scripting to submit the data. ... The total of simultaneous HTTP connections at the client is ... And the number of simultaneous HTTP connections the server accepts from ... You should use a server-side script that can handle the upload of several ...
    (comp.lang.javascript)
  • Frustrating http connection behaviour in .Net (C#)
    ... I seem to be having a bit of a frustrating time with http connections in ... The remote server can be an IIS server or a Jetty server running on Linux - ... To try and reproduce this problem I wrote a very simple client app that ... catch (Exception ex) ...
    (microsoft.public.dotnet.languages.csharp)