Wednesday, 11 January 2023

.net core run using cli issues

   Unable to configure HTTPS endpoint. No server certificate was specified, and the default developer certificate could not be found 


solution:  Run  dotnet dev-certs https -t

No comments:

Post a Comment

7 Common mistakes in Dot Net — You can avoid

  There are many common mistakes made during .NET (ASP.NET, .NET Core) development, which affect performance, security, and code… Code Crack...