在使用webpart的时候如果遇到了这样的问题
The specified display mode is currently disabled on this page. Make sure personalization is enabled for the current user.
Parameter name: value
不妨到这里来看看如何解决是个好办法[Anonymous Personalization Trick in Web Parts]
http://www.codeproject.com/aspnet/anonywebparts.asp

**WebPart与Membership是有联系的,在DesignMode下需要认证的用户才能访问,如果用户没有登陆,那么会出现上面的提示.而微软说没有认证的用户也可以使用DesignMode,但是一切的改变只会存储在ViewState中.

相关文章:

  • 2022-01-19
  • 2022-12-23
  • 2021-07-06
  • 2021-09-27
  • 2021-08-10
  • 2022-02-03
  • 2022-03-09
  • 2021-09-08
猜你喜欢
  • 2022-03-09
  • 2021-06-17
  • 2021-12-19
  • 2021-12-16
  • 2021-05-30
  • 2021-05-17
  • 2022-01-20
相关资源
相似解决方案