Hi All,
I am trying to implement Asp.net Identity in my application. In my application all the database activity is performing from wcf service level. I have a doubt that whether I can implement Asp.Net Identity functionality such as Register, Validation etc from service level; because I want to perform all the database activity only from service.
Thanks
Selvakumar R