If I deploy two azure web roles do I need to set my machine key? -
we're using asp.net mvc forms authentication , remember in other web farm scenarios it's idea make sure machine keys match between servers. i'm sale same web role 1 2 , i'm curious if step necessary azure or take care of that?
each role should share same machine key explicitly. azure when scale multiple instances of 1 web role, not add additional separate role. example had because 2 of our sites use same authentication system. since .aspxauth cookie encrypted based on machine key values, logins work on both sites when share same machine key.
Comments
Post a Comment