Visual Studio 2017 Enable SSL

后端 未结 9 1220
我在风中等你
我在风中等你 2020-12-23 13:45

How do you enable SSL for a project in Visual Studio 2017?

In VS15, I could select Project -> Properties -> Debug -> Enable SSL. This option is not available in VS20

9条回答
  •  春和景丽
    2020-12-23 13:57

    This is for an Asp.Net MVC .Net Framework Project

    1. Select your Project by highlighting it.
    2. Then hit F4 to open its Properties pane.
    3. Find the SSL Enabled item on list and set its value to True, and copy SSL URL value onto your clipboard.
    4. Whilst your Project is highlighted, hit Alt + Enter to open the Properties dialogue - paste the copied SSL URL into the project url under the Web menu input box.

提交回复
热议问题