Sign In/My Account | View Cart  

advertisement

AddThis Social Bookmark Button

Article:
  What Are Web Parts?
Subject:   Error
Date:   2007-09-18 03:43:41
From:   Salini
Response to: Error

If we don't disable
'Personalization-Enabled' attribute of webpartmanager, it is assumed to be true. In that case, it will try to locate the DB in SQL Server 2005 by default for personalization.


Hence we have to set the Personalization-Enabled="false"


like,


<asp:WebPartManager ID="webpartManagerSampleSite" runat="server" Personalization-Enabled="false"> </asp:WebPartManager>