Add-ons or libraries for adding user comment functions to an existing ASP.NET page?

I have an ASP.NET site to which I would like to add page-level comments so as not to change everything to a blog / CMS platform, for example BlogEngine.net, Wordpress, Umbraco, etc. Does anyone know of an add-in or library, free or for purchase, that you can add to specific ASPX pages to enable a user comment stream at the end of the page?

The rest of the ASPX page should be able to have ASP.NET, jquery controls, and in some cases the postback functions that I wrote for the page, so a simple blog page is not enough, as this means that the blog engine owns the page except for static content, which the site owner can enter.

Ideally, I could add a piece of code or a user control to each ASPX page where I need comments, and then they will be displayed and managed independently on each page. I would like users sending comments to be emailed when additional comments or replies are added to the comments.

I am not currently locked into a specific authentication method, so this is not necessarily a limiting factor.

+3
source share
1 answer

It seems funny, I have not used it yet, so I can’t say whether it works well or not.

http://developers.facebook.com/news.php?blog=1&story=198

+1
source

Source: https://habr.com/ru/post/1733778/


All Articles