Base solution for your next web application
Open Closed

Running my application with https #2197


User avatar
0
omkarchoudhari created

How do i enable the application to run with https ? I have already added the SSL Certificate to my web application on Azure ? What steps do i take to redirect to any page using https ?


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    I assume you are using Asp.Net Zero. Only related thing to AspNet Zero about https is, website root address setting. You need to change it to https:/*****/ version of your current address.

    You need to configure other things on azure management portal. You can search for it on the internet.

    Thanks.