How Can We Help?
Answer
It is possible to create your own custom master pages which are based off the XMPro Master Page.
If you are attempting to create your own, it is required to ensure your custom page inherits from the XMPro BasePage as per the below:
<%@ Page Title=" " Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" Debug="true" Inherits="XMPro.XMWorkspace.BasePage" %>
By ensuring the above, the authentication validation will functionIs a Stream Objects that performs mathematical and statistical operations. as expected and be enforced; as well as access to all the XMPro Site Master items.
Comments are closed.