aspnet from http to https

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

    #1

    aspnet from http to https

    I am changing a customer web site to use https and certificates. The current
    login.aspx page is called via http. Do all other pages that need to be
    secure have to be in a separate set of web folders? For example, our login
    page validates the user and if ok, send them to the home page which
    currently is in the root of the web folder. Also, any reading on this that
    would be helpful for me would be greatly appreciated. Thank you.

    David


  • Mark Rae [MVP]

    #2
    Re: aspnet from http to https

    "David C" <dlchase@lifeti meinc.comwrote in message
    news:ezQJ6cZmIH A.4332@TK2MSFTN GP05.phx.gbl...
    Do all other pages that need to be secure have to be in a separate set of
    web folders?
    No, though that would make things a bit more manageable...
    Also, any reading on this that would be helpful for me would be greatly
    appreciated.
    This is all you need:


    --
    Mark Rae
    ASP.NET MVP


    Comment

    Working...