Jump to content

How To Solve Personalization Problem In Web Parts In Asp.net


manoj27

Recommended Posts

We are facing problem while implementing the webparts in our web application. The concern application is working fine on local host but having problem while ruuning it on server. we have used following namespaces :- Microsoft.Web.Preview.dll and Sample.Web.UI.WebParts.dll And our conection string is :- <add name="LocalSqlServer" connectionString="Data Source=servername;Initial Catalog=aspnetdb;User ID=username;Password=Password;" providerName="System.Data.SqlClient" /> we are getting error message like this :-The specified display mode is currently disabled on this page. Make sure personalization is enabled for the current user.Parameter name: value Please kindly help us if some one knows solution. Thanks.

Link to comment
Share on other sites

  • 1 month later...

HI, As per my knowledge, webparts uses aspnetdb.. so check if u can find the db created in the app_data folder and to make the personalization enabled you can using the following: In webpart manager try setting personalization-enabled=true. Regards,Ganesh

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...