Yes, that sounds right. And, if we want to share authentication between any
apps we would use the identical Machine Key entries in each web config.
This makes me wonder if somehow the "multi-authentication" capability
provided by indentical Machikne Keys could somehow be accomplished
dynamically at run time. i.e. we will authenticate this user for apps one
and three but the other user only gets authenticated for app one. ??

Signature
Regards,
Gary Blakely
Dean Blakely & Associates
www.deanblakely.com
Thanks for your reply Gary,
Yes, you're right. Setting machinekey is the way to make multiple ASP.NET
application to share forms authentication ticiket(cookie). And I can ensure
you that the dynamically generated cookie won't mixed up(unless you've
manually set fixed machinekey for all the applications), this is because
the default "autogenerated" key is based on machine setting(that's
statistical unique). Also, to make multiple applications share
authentication, they need to be under the same main domain address, so this
is also a limitation, and that's not a easy thing:)
Please feel free to post here if there is anything else you wonder.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>From: "GaryDean" <GaryDean@newsgroups.nospam>
>References: <Op#IfCFDIHA.3332@TK2MSFTNGP04.phx.gbl>
<CnUrWfIDIHA.360@TK2MSFTNGHUB02.phx.gbl>
>Subject: Re: Membership Provider for Mult apps
>Date: Fri, 12 Oct 2007 11:03:02 -0700
>Yes, that sounds right. And, if we want to share authentication between any
>apps we would use the identical Machine Key entries in each web config.
[quoted text clipped - 29 lines]
>>
>> Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
>> ications.
>>
[quoted text clipped - 39 lines]
>>>Could there be issues with authentication in this environment? Is anyone
>>>controlling many websites with a single MembershipProvider DB?