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)
-
0
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.