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