C#C
C#3y ago
Leno

Self-signed SSL certificate for application development

How can I configure a self-signed SSL certificate for application development? When I run the application in Visual Studio, it works with HTTPS on the port defined in launchSettings.json. However, after navigating to /bin/Debug/net8.0 and running the .exe, the application doesn't work the same way. Unlike when running in vs, it runs on port 5000 and uses HTTP. (ASP.NET Core Web API)
Was this page helpful?