The entity type ApplicationUser is not part of the model : Using Webforms
问题 I have reviewed several answers to this on StackOverflow, and I have applied and compared with no answer to my particular case. Here is what I have up to this point: *****In Web.Config***** <add name="DefaultConnection" connectionString="Data Source=LAPTOP-2UA8GL6L\SQLEXPRESS;Initial Catalog=FHSF_DEV;Integrated Security=True" providerName="System.Data.SqlClient" /> in IdentityModels.cs public class ApplicationUser : IdentityUser { public DateTime BirthDate { get; set; } public string City {