Posted on: 4/7/2015 2:38:46 PM | Views : 1029

Hey All,
I am trying to make use of the IdentityManager from Thinktecture in an existing asp.net 4.5 web forms application. I used the Database first registration code example kicking around when I first launched the web app to create a couple of test accounts and everything is working well.
I now need to get into the guts a bit more and secure things with more users and roles. I really haven't got time to create from scratch a user management system and the IdentityManager seemed like a nice replacement for the old website administration tool that visual studio used to have.
Has anyone got the IdentityManager to work with an existing remote sql server? I changed the web.config file connection string to this.
<add name="AspId" connectionString="Data Source=source;Initial Catalog=catelog;Persist Security Info=True;User ID=user;Password=password" providerName="System.Data.SqlClient" /> Go to the complete details ...