If you'd like to introduce your own code into every page, you can consider creating a page class that inherits from the Sitefnity INTERNALPAGE class, then referencing your code in the CMSENTRYPOINT.ASPX page.
Sitefinity provides the ~\Sitefinity\CmsEntryPoint.aspx page for you to set page inherititance to your new page class that all CMS pages will inherit. Add the following to the CmsEntryPoint page:
<%@ Page Inherits="CustomAnalytics" MasterPageFile="~/Sitefinity/Common.master" %>
Put your new page class code in App_Code, then your class will become the code-behind for all pages.
RadEditor - please enable JavaScript to use the rich text editor.
I often get asked why I'm willing to journal all of my Sitefinity discoveries. People think I'm insane to give away for free what I labored over at some point.
Let me answer that in 2 parts:
Talk to us about how we can help YOU!
Keep up with our Sitefinity discoveries! Click on the RSS feed icon below or sign up for our newsletter.