I want to create a new website. The website has 3 applications, each one has its own membership/profile provider.
I want the user to be able to log in to the site with one single sign on.
Possible option AFAIK:
- Define the same machinekeys/Connection Strings for all applications in their
web.config
files and I think I'm all set.
Does this work? And I'm curious to see if there's any other way.