IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
The installer class executes logic on application start and performs the following operations:
To create the class, perform the following:
PreApplicationStart
Use the following code sample:
Open the AssemblyInfo.cs class, which is located in the Properties folder of the DayOfWeekPersonalization project, add the following code: [assembly: PreApplicationStartMethod(typeof(Installer), "PreApplicationStart")]
Thus, the PreApplicationStart method in the Installer class is called on application start of any Sitefinity CMS project by ASP.NET.
Finally, you need to reference your custom personalization - the DayOfWeekPersonalization class library, in your Sitefinity CMS application.
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important