- When I make a project in visual studio 2019, there's a https checkbox option. Let's say I didn't checked https option. How can I mannually add or remove https option?
Also when I run my https option enabled project and connect through my external ip address, I see certificate warning page. How to solve that?
- What is the diffrence between having core hosted option and not? How can I enable or disable core hosted mannually?
In Startup on the server
Then it is just a matter of amending the
Properties\launchSettings.json
in both the client and server projects.and further down