Authorization failed. when upgraded to sitefinity 5.1
Hi,
I recently upgraded to Sitefinity 5.1 and from then on there is an error occurring with DynamicContent. Well, exactly at DynamicModuleManager.SaveChanges() method in the code. (Please find attached file for the complete error). Please note that there are no code changes done and the same code used to work earlier without any problem. This started occurring only after upgrade. Any help in this regard is highly appreciated.
Thanks.
Hi,
Hi InfySam,
I'm facing the same problem can you please let me know how exactly you got this issue resolved.
Hi Zaid,
To suppress security checks you can access the method from the manager. Like so:
YOURMANAGER.Provider.SuppressSecurityChecks =
true
;