How do you disable HTTPS in ASP.NET Core project with Identity?
问题 I have recently created an ASP.NET Core 3.0 web application project in Visual Studio 2019 (with Docker enabled, but I don't think that's relevant), and don't seem to be able to disable HTTPS when including ASP.NET Identity for individual user accounts. Whenever I launch the app in the debugger the page opens using HTTPS and navigating to HTTP redirects me back again. I've tried creating a new project to test out what is going on, and have found the following: When creating the project I