Monitor IIS for http and https ussage!

Monitor IIS for http and https ussage!

am 25.10.2006 17:57:01 von VincentP

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

Re: Monitor IIS for http and https ussage!

am 25.10.2006 20:43:53 von David Wang

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@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

RE: Monitor IIS for http and https ussage!

am 25.10.2006 22:06:02 von VincentPuchicagoedu

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

Thanks

"VincentP@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

Re: Monitor IIS for http and https ussage!

am 26.10.2006 05:04:00 von Bernard

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@uchicago.edu"
wrote in message news:3996F258-1962-49B1-AFBC-EFD21329D654@microsoft.com...
> David, can the IIS log files or a Network Monitor capture provide this
> information?
>
> Thanks
>
> "VincentP@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

Re: Monitor IIS for http and https ussage!

am 26.10.2006 13:49:08 von David Wang

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@uchicago.edu wrote:
> David, can the IIS log files or a Network Monitor capture provide this
> information?
>
> Thanks
>
> "VincentP@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

Re: Monitor IIS for http and https ussage!

am 26.10.2006 18:38:41 von Funkadyleik Spynwhanker

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@uchicago.edu"
wrote in message news:1AB673A1-6692-4D39-B766-1D000B9EB564@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