forms authentication for 2 apps in ASP.Net 2.0

B

Brock Allen

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top