Im using ASP.NET v1.1 on IIS6. The error we're receivng is:
Unable to validate data.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.Web.HttpException: Unable to validate data.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
|
Stack Trace:
[HttpException (0x80004005): Unable to validate data.]
|
I've made sure that the machine.config and the website web.config file have the following static key:
<machineKey validationKey="204E51DBE3BA8F25281FE20CFE69E119142AF2DEBBDB48C7A9885ECED72CBD834E5869C78D86E61440233F1805D784BCE499E13AAC22CA9C0B2CA4A5698A61C0" decryptionKey="40F19F1F3212839ECD3BA28692C87D22C6911114FB7E3A00" validation="SHA1"/>
I've tried restarting IIS and resaving the web.config file. The error still occurs. We're using Rainbow Portal and so there are many websites using the same machine.config / web.config settings and they are fine when logging in, except for this one website. We are not using Server.Transfer within the code. Infrequently the above error DOES NOT occur and properly displays the logged in page.
Any ideas on how to resolve it?
Thank you.
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.