SLL issue

Discussion in 'ASP.NET 2.0' started by mjp, Jan 18, 2008.

  1. mjp

    mjp

    Well, you can do that with some redirect code, but it will redirect all your site traffic to https, which is usually not desirable. If you did that, you may also have to update any internal links on the site (depending on how your links are created) to include https so a visitor never fell back to http.


    What are you using SSL for? Usually it is restricted to an order page or shopping cart application...

    mjp
    ---
    DiscountASP.NET
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    Yeah.. this is a very common problem that can only be resolve programatically.


    Like our control panel, we check to make sure the connection is HTTPS and if you use HTTP the code will automatically do a server redirect to https.


    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     

Share This Page