Cannot move modules around in DNN 7.1.1 - Authentication challenge response of "The anti-forgery token could not be decrypted"
Return to previous page
Cannot move modules around in DNN 7.1.1 - Authentication challenge response of "The anti-forgery token could not be decrypted"
Add an Answer
Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
In DNN 7.1.1, when logged in remotely as Admin or Host, I cannot move modules around. The services fails with this: Message":"The anti-forgery token could not be decrypted. If this application is hosted by a Web Farm or cluster, ensure that all machines are running the same version of ASP.NET Web Pages and that the configuration specifies explicit encryption and validation keys. AutoGenerate cannot be used in a cluster."}If I log onto the server directly then it works fine. I tried changing "runAllManagedModulesForAllRequests" to true as per http://www.dnnsoftware.com/wiki/Page/Problems-with-edit-mode but this did not work. I have a MAchineKey set up in my WebConfig. The only thing is that it is a clone of another site so I have 2 websites with the same MachineKey - would this be a problem?
(everything else on the site works fine)
Update: I am using the RIBBON control on this site. I changed it to the DNN 7.1.1 Latest Control Panel and then it throws the error when I click on Edit. So at least with the Ribbon bar it is usable. I have an identical site (the one that I cloned which works fine with the Ribbon Bar and everything else seems to be identical.
Any suggestions please?