Monitor IIS for http and https ussage!

Can someone tell me how to monitor IIS to see if users are using http or
https to access my site. Internet users should be using HTTPS, and users on
the Intranet should use HTTP. How can I monitor this activity.

Thanks
VincentP [ Mi, 25 Oktober 2006 17:57 ] [ ID #1513226 ]

Re: Monitor IIS for http and https ussage!

Is there any issue with monitoring the IIS log files.

By default, HTTP users come over port 80, HTTPS over port 443. And
Client-IP should reveal whether users are Intranet or Internet.

IIS supports custom modules written by 3rd party to monitor activity
such as you describe, but they do not come with IIS by default.


//David
http://w3-4u.blogspot.com
//


VincentP [at] uchicago.edu wrote:
> Can someone tell me how to monitor IIS to see if users are using http or
> https to access my site. Internet users should be using HTTPS, and users on
> the Intranet should use HTTP. How can I monitor this activity.
>
> Thanks
David Wang [ Mi, 25 Oktober 2006 20:43 ] [ ID #1513228 ]

RE: Monitor IIS for http and https ussage!

David, can the IIS log files or a Network Monitor capture provide this
information?

Thanks

"VincentP [at] uchicago.edu" wrote:

> Can someone tell me how to monitor IIS to see if users are using http or
> https to access my site. Internet users should be using HTTPS, and users on
> the Intranet should use HTTP. How can I monitor this activity.
>
> Thanks
VincentPuchicagoedu [ Mi, 25 Oktober 2006 22:06 ] [ ID #1513229 ]

Re: Monitor IIS for http and https ussage!

IIS log will captures the information, just ensure the relevant fileds are
checked for the log format.

--
Regards,
Bernard Cheah
http://www.iis.net/
http://www.iis-resources.com/
http://msmvps.com/blogs/bernard/


"VincentP [at] uchicago.edu" <VincentPuchicagoedu [at] discussions.microsoft.com>
wrote in message news:3996F258-1962-49B1-AFBC-EFD21329D654 [at] microsoft.com...
> David, can the IIS log files or a Network Monitor capture provide this
> information?
>
> Thanks
>
> "VincentP [at] uchicago.edu" wrote:
>
>> Can someone tell me how to monitor IIS to see if users are using http or
>> https to access my site. Internet users should be using HTTPS, and users
>> on
>> the Intranet should use HTTP. How can I monitor this activity.
>>
>> Thanks
Bernard [ Do, 26 Oktober 2006 05:04 ] [ ID #1514571 ]

Re: Monitor IIS for http and https ussage!

IIS log files can contain the relevant information, assuming you
configured the necessary fields to be logged.

Default settings for IIS should have logging enabled and all the
relevant fields enabled and logged, so you just need to run Log Parser
on your log file to do processing and you are done.


//David
http://w3-4u.blogspot.com
//


VincentP [at] uchicago.edu wrote:
> David, can the IIS log files or a Network Monitor capture provide this
> information?
>
> Thanks
>
> "VincentP [at] uchicago.edu" wrote:
>
> > Can someone tell me how to monitor IIS to see if users are using http or
> > https to access my site. Internet users should be using HTTPS, and users on
> > the Intranet should use HTTP. How can I monitor this activity.
> >
> > Thanks
David Wang [ Do, 26 Oktober 2006 13:49 ] [ ID #1514575 ]

Re: Monitor IIS for http and https ussage!

Do you want to just monitor? Or force?

If you don't mind forcing this, just make two separate virtual webs and use
"force ssl" on the internal one.

At that point, monitoring will be irrelevant.

"VincentP [at] uchicago.edu" <VincentP [at] uchicago.edu [at] discussions.microsoft.com>
wrote in message news:1AB673A1-6692-4D39-B766-1D000B9EB564 [at] microsoft.com...
> Can someone tell me how to monitor IIS to see if users are using http or
> https to access my site. Internet users should be using HTTPS, and users
> on
> the Intranet should use HTTP. How can I monitor this activity.
>
> Thanks
Funkadyleik Spynwhank [ Do, 26 Oktober 2006 18:38 ] [ ID #1514577 ]
Webserver » microsoft.public.inetserver.iis.security » Monitor IIS for http and https ussage!

Vorheriges Thema: Web Site Access requires UserID and Password - Resolved
Nächstes Thema: IIS 5.0 Manage for non-admin rights