I am trying to pass .ASPXAUTH cookies between an ASP.NET MVC 4 application (in IIS 7.5) and a service using an HttpListener on the same host.
The browser displays cookies as correctly, but my service receives a System.Web.HttpException: Unable to validate data. in FormsAuthentication.Decrypt , what I expect if two applications use different machine keys.
So: how do I know if my computer is configured to use different machine keys?
source share