2
votes
3answers
1k views

Updates are currently disallowed on GET requests. To allow updates on a GET, set the 'AllowUnsafeUpdates' property on SPWeb

I want to update the user profile details through the code however it is throwing the below exception "Updates are currently disallowed on GET requests. To allow updates on a GET, set the ...
2
votes
1answer
343 views

Is the User Information List deprecated in SharePoint 2010?

Is the User Information List deprecated in SharePoint 2010? I have been advised that it is, and that it can no longer be easily synched with AD. It has been suggested that if I need this sort of user ...