A ad Mar 16, 2008 #1 Hi, I want to write a websetup project. How can I determinate if a website in a IIS suportS SSL?
M Michael Nemtsev [MVP] Mar 16, 2008 #3 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
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