Hi I'm trying to generate a forms page without the header and footer used by most of my pages.
I created a minimalist template file (template0.master) and created a new forms aspx that references this template as it's MasterPageFile but regular template (template.master) is clearly still being used. What have I missed?
Here's the declaration from my aspx page:
<%@ Page Language="C#" Inherits="AspDotNetStorefront._default" CodeFile="requestQuoteForm.aspx.cs" MasterPageFile="~/App_Templates/Skin_1/template0.master" %>