ASP.NET-2.0,C#,WEBPARTS,OS:WinServer2003.
I developed an ASP.NET application using "FILESYSTEM " option at the time of creation of the web site.i used Webparts in it.Eevery thing is working fine including personalization. But when i created the same Application using "HTTP" option ,Personalization is not functioning.When ever i am selecting design mode i am getting the Error :"The specified display mode is currently disabled on this page. Make sure personalization is enabled for the current user.".
i have placed all controls like CatalogZone,EditZone..etc.Filesystem asp.net Application is working fine but HTTP asp.net application is no tworking
Even in Code i am not getting few properties of webpartmanager in intelisence like
"EnableCatalogDisplayMode,EnableDesignDisplayMode,EnableEditDisplayMode,......" when i am typing "WebPartManager1."