forms authentication for 2 apps in ASP.Net 2.0

  • Thread starter Thread starter TK
  • Start date Start date
If both use forms auth then all that's really needed is to sychronize the
<machineKeys> element in web.config across the two apps. This will ensure
that both apps use the same the encryption/decryption key for the forms auth
cookie.

-Brock
DevelopMentor
http://staff.develop.com/ballen
 
Back
Top