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.
After you Subscribe to comments of blogs: Implement ICommentNotificationsStrategy interface, you need to register the strategy in Visual Studio.
The comment service resolves an ICommentNotificationStrategy implementation using the ObjectFactory class. You can replace the default implementation with your custom class by calling ObjectFactory.Container.RegisterType method on Initialized event of the Bootstrapper class.
Add the following code to the Global.asax file of your project:
NOTE: If you do not have a Global.asax file added to your project, in the context menu of your project, click Add » New Item… » Visual C# » Web » Global Application Class.
If you have your own code in the Global.asax file and you do not want to edit it, you can use the PreApplicationStartMethodAttribute class. For more information, see Tutorial: Subscribe to events using PreApplicationStartMethodAttribute class.
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