Question

I have deployed an application page (.aspx) located in some folder in 15 hives. Now I am not able to add OOTB web parts or format text as SharePoint ribbon is missing. I guess it is because of default.master

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ChangePassword.aspx.cs" Inherits="SP.FBA.Forms.ChangePassword" DynamicMasterPageFile="~masterurl/default.master" %>

Thanks in advance.

Was it helpful?

Solution

It's a normal behavior (it's not related to assigned master page), The application page does not have a ribbon because it is not customized,

enter image description here

In case you need to add your web part, you should add it as a user control, by the way, it's not recommended to do that in the application page,

For more details check Is it possible to add web parts to an application page?

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top