Clinton's profileCherry BytesBlogListsGuestbookMore ![]() | Help |
|
April 23 Invalid Security Validation in SharePoint codeTwice in the past week I have had the issue in my MOSS code where it is throwing an exception:
As it turns out the problem isn't so had to fix. Basically you need to set FormDigestSettings to disabled. This can be done in your code as follows: SPWebApplication webApp = site.WebApplication; This can also be fixed by turning off the security validation for an application in Central Admin (however I probably wouldn't recommend this): Central Admin -> Application Management -> General Settings -> Turn security validation off |
|
|