FAQ: Common issues
Frequently Asked Questions for ASP.NET Core 3.1
cmd.exe
is running as a 32-bit process. You can install the 32-bit version of the ASP.NET Core 3.1 SDK in order to use the dotnet
command in your command line tool of choice.
dotnet dev-certs https --trust
in an elevated command prompt to enable trust on the development certificate.
Apply migration
.
This will initialize your database platform with the necessary tables to allow you to create and authenticate users.
First and foremost, this project is not meant to serve as a 1-in-all solution for your project start to finish. It was built and structured in such a way that it can be used as a starting point based on the set of features that speak the most to your intent and purpose (Please see the Editions page to help you decide).
While we certainly understand your frustration when a specific feature you were looking forward to is not included, we also assume you yourself are perfectly capable of expanding the features of your project over time.
If and when a new update happens to include the feature you were (patiently) waiting for, great!
Still not added to the project? What?! Don't worry :-) Feel free to let us know on the Supports Forum so we track the interest and see about getting it added in the next version of the template.