User-692386797 posted
VS2013 asp.net webform app generated and deployed using VS.
When I use the generated login form on a PC, the site works as expected and there are no errors as I use the site. However, when I attempt to login on a mobile device (WP8 and iPhone), I get the following error:
Server Error in '/' Application.
Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that <machineKey> configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster
This isn't on a VM but a site hosted on Azure so I'm not sure what the error is telling me and how I can even check the error. Also, I'm not sure why it's happening on mobile devices and not the PC.
Any help or pointers will be appreciated.
Thanks.