System.InvalidOperationException: The type IUserStore`1 does not have an accessible constructor.
Hence,In the location where the types are registered in the Unity container (var container = new UnityContainer()) for global.asax,cs ,the following line has to be added :-
container.RegisterType<AccountController>(new InjectionConstructor());