在使用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中.

posted on 2005-11-18 06:46  维生素C.NET  阅读(1153)  评论(0)    收藏  举报