How can I determinate if a website in a IIS suportS SSL?

A

ad

Hi,
I want to write a websetup project.
How can I determinate if a website in a IIS suportS SSL?
 
M

Michael Nemtsev [MVP]

Hello ad,

use Request.IsSecureConnection or check the SERVER_PORT server variables
http://aspadvice.com/blogs/rjdudley/archive/2005/05/21/2596.aspx

actually it's the quesion for aspnet NG

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


a> Hi,
a> I want to write a websetup project.
a> How can I determinate if a website in a IIS suportS SSL
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top