2009/03/10

WSS 3.0 Allow Unsafe Updates


you can use the following property in custom WebPart:

Web.AllowUnsafeUpdates = true;

{ Your Code here }

Web.AllowUnsafeUpdates = false;

this property can be used with anonymous or user with low permissions.

No comments: