Two asp.net applications to use the same membership tables - specifically user login data
Posted
by Lk
on Stack Overflow
See other posts from Stack Overflow
or by Lk
Published on 2010-03-16T21:56:21Z
Indexed on
2010/03/16
22:01 UTC
Read the original article
Hit count: 411
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
© Stack Overflow or respective owner