Subscribe to news items comments: Register the new comment notifications strategy

After you Subscribe to news items comments: 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 the ObjectFactory.Container.RegisterType on Initialized event of the Bootstrapper class.

Add the following code to the Global.asax file:

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 are using custom code in theGlobal.asax file and do not want to edit it, you can use the PreApplicationStartMethodAttribute class. For more information, see Tutorial: Subscribe to events using PreApplicationStartMethodAttribute class.

Want to learn more?

Sign up for our free beginner training. Boost your credentials through advanced courses and certification.
Register for Sitefinity training and certification.

Was this article helpful?