Loading ...

Personalization in webparts on remote server in asp.net(c#)

Who is online?  0 guests and 0 members
home  »  forums   »  asp.net topics   »  architecture   » Personalization in webparts on remote server in asp.net(c#)

Personalization in webparts on remote server in asp.net(c#)

Posts under the topic: Personalization in webparts on remote server in asp.net(c#)

Posted: 10/14/2011

Lurker 15  points  Lurker
  • Joined on: 10/14/2011
  • Posts: 3

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.


Posted: 10/18/2011

Professional 8338  points  Professional
  • Joined on: 4/15/2009
  • Posts: 424
  Answered

Hi,

See if this short discussion helps: http://forums.asp.net/p/1481978/3464223.aspx

You may also try looking at this FAQ on ASP.Net WebParts: http://geekswithblogs.net/dotNETvinz/archive/2009/07/09/asp.net-webpart--faq.aspx


Page 1 of 1 (2 items)