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

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ad

    #1

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

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


  • GuangXiN

    #2
    Re: How can I determinate if a website in a IIS suportS SSL?

    Maybe you can send an https request to the server.


    Comment

    • Michael Nemtsev [MVP]

      #3
      Re: How can I determinate if a website in a IIS suportS SSL?

      Hello ad,

      use Request.IsSecur eConnection or check the SERVER_PORT server variables


      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


      aHi,
      aI want to write a websetup project.
      aHow can I determinate if a website in a IIS suportS SSL?


      Comment

      Working...