SharePoint Personalization With Application Pages

别说谁变了你拦得住时间么 提交于 2019-12-04 18:12:33

Normally, application pages are not tied to a specific site. And the webpart manager keeps the personalization values with the page in the site the page comes from.

You can probably accomplish what you are trying to do by using ASP.NET personalization. But then you have to use the ASp.NET personalization infrastructure which [I think] wants to use SQL Server by default.

Of course, the drawback to this is that you will have 2 personalization infrastructures implmented. This could mean deployment headaches.

Roger Williams Franklin Laboratory

You may want to use page layouts with publishing pages instead of application pages.

Application Pages are ment to be shared across the Application in the Farm and doesnt support personalization. You need to deploy them as the Publishing pages to make use of the Personilization. You can try upload these files using features and as the Ghostable. So that you dont need to place them in the Pages Library you can have it in any web folder you want . For more information refer this link

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!