UserStore<IdentityUser> userStore = new UserStore<IdentityUser>();
userStore.Context.Database.Connection.ConnectionString =
System.Configuration.ConfigurationManager.
ConnectionStrings["CandleDBConnectionString"].ConnectionString;
the issue I'm currently experiencing is that i keep getting a error in line 2, the error is:
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object