Now a day, new templates in latest visual studio IDE versions like 2017 and 2019 web applications in preset to use SSL and they are coming with https protocol but it can be disabled using basic web settings. In this article we will see the steps to disable SSL from MVC web application in Visual Studio 2019.
The Problem
In this article we will see the steps to disable SSL from MVC web application in Visual Studio 2019, by default in newer version of Visual Studio, web applications are preset with https protocol.
The Solution
To resolve this issue, just follow below steps. We can remove SSL from web properties. If you try to set property "SSL Enabled" to false it will throw below error.
0 Comments