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

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.

TreeView Document Library WebPart V1.0 for MOSS 2007

Hey Guys, I published the new project in CodePlex for Tree View Document Library WebPart for MOSS 2007 with Source Code.

See you guys there in discussion board. Pls come up with your own ideas/projects. Let execute together to make it happen in codeplex. […]

Microsoft Patterns & Practices SharePoint Guidance

The following project in codeplex has Microsoft Patterns & Practices for SharePoint Guidance

This project has the guidance on how to Architect, Design, and Develop applications as well as best practices.

SharePoint Guidance

MOSS 2007 Installation Error

Setup is unable to proceed due to the following error(s): This product required ASP.NET v2.0 to be set to ‘Allow’ in the list of Internet Information Services (IIS) Web Server Extensions. If it is not available in the list, re-install ASP.NET v2.0 Correct the issue(s) listed above and re-run setup.

If you are […]

WSS 3.0 vs MOSS 2007

The Following Article has comparisons in component level in WSS 3.0 & MOSS 2007

WSS 3.0 vs MOSS 2007

MOSS 2007 Administration Toolkit

The Microsoft SharePoint Administration Toolkit contains functionality to help manage Office SharePoint Server 2007 and Windows SharePoint Services version 3.0. This toolkit contains two new functions – the ability to perform bulk operations on site collections and an Stsadm operation to update alert e-mails after the URL for a Web application has been changed.

Download […]

How to Enable Anonymous Access in MOSS 2007

To Enable anonymous access in MOSS 2007 Site. Select the Allow Anonymous option while creating new web application in creation screen.

Now the web application is enabled to allow anonymous users. Now the permission set for the anonymous users has to be defined. Next we need to provide site level permission for the […]

How to Debug Feature Receiver Assemblies in Visual Studio – MOSS 2007

If you try to activate the feature using stsadm command you will not be able to debug the feature receiver assemblies.

Open the Site collection features in

Site Actions ->

Site Settings ->

Modify All Site Settings ->

Site Collection Administration -> Site Collection features

Attach the w3wp.exe process in visual studio. Place breakpoints. […]

Set Default Text for RichHtmlField in MOSS 2007

In WCM most of you guys may use RichHtmlField in publishing Layout. To set default text property to RichHtmlField using HTML property to pass your default text.

Example: [PublishingWebControls:RichHtmlField FieldName=”CountrySectionTitle3″ runat=”server” id=”RichHtmlField5″ AllowExternalUrls=”true” AllowFonts=”true” AllowHeadings=”false” AllowHtmlSourceEditing=”false” AllowHyperlinks=”true” AllowImages=”false” AllowLists=”false” AllowReusableContent=”false” AllowTables=”false” AllowTextMarkup=”false” Html=”[html][body][p]–Default Text–[/p][/body][/html]”] [/PublishingWebControls:RichHtmlField]

Note: Sorry Guyz, Still i am not able to post […]

MOSS 2007 Patches after SP1

Some of the Patches released by microsoft for MOSS 2007 after SP1 http://support.microsoft.com/kb/941422 http://support.microsoft.com/kb/941274 http://support.microsoft.com/kb/942819 http://support.microsoft.com/kb/948945 http://support.microsoft.com/kb/948947 http://support.microsoft.com/kb/948957 http://support.microsoft.com/kb/949402/en-us http://support.microsoft.com/kb/949955/en-us http://support.microsoft.com/kb/950280/en-us http://support.microsoft.com/kb/950292/en-us http://support.microsoft.com/kb/950487/en-us