Two asp.net applications to use the same membership tables - specifically user login data
- by Lk
HI,
I have created a asp.net solution with two applications. They bothe use the same database which is setup with .net membership and roles.
Application 1 uses the membership for sauthentication to an administration area - this works fine.
Application 2 - has a different applicationID to App1. I want to be able to use the existing user account to manage App2's authentication needs.
How is this best achieved? Do I just match App2 appliactionID to App1's or is there another way?
Many Thanks, Lk