I got this below while updating the profile through object model.
Updates are currently disallowed on GET requests. To allow updates on a GET, set the ‘AllowUnsafeUpdates’ property on SPWeb
Add web.AllowUnsafeUpdate = true; to solve this issue.
|
||||||
Updates are currently disallowed on GET requests. To allow updates on a GET, set the ‘AllowUnsafeUpdates’ property on SPWebI got this below while updating the profile through object model. Updates are currently disallowed on GET requests. To allow updates on a GET, set the ‘AllowUnsafeUpdates’ property on SPWeb Add web.AllowUnsafeUpdate = true; to solve this issue. 1 comment to Updates are currently disallowed on GET requests. To allow updates on a GET, set the ‘AllowUnsafeUpdates’ property on SPWeb |
||||||
|
Copyright © 2010 Microsoft SharePoint Products & Technologies - All Rights Reserved |
||||||
grajits web.AllowUnsafeUpdates=true