You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Excellent book! When i was working through the Security and Identity chapter I could find no reference to creating the ApplicationUser model before updating the database with the new UserId. This caused the migration to fail due to it not being able to build.
Downloading the complete example showed me what I needed to do, so it was easily fixed.
The text was updated successfully, but these errors were encountered:
Excellent book! When i was working through the Security and Identity chapter I could find no reference to creating the ApplicationUser model before updating the database with the new UserId. This caused the migration to fail due to it not being able to build.
Downloading the complete example showed me what I needed to do, so it was easily fixed.
The text was updated successfully, but these errors were encountered: