views:

93

answers:

1

I'm looking into integrating a Digg-like comment system into a website with an existing user base.

I know there are things out there like Disqus and Intense Debate, that are meant for people to add to their blog, but I want (need) something that I can tightly integrate into my site, with out requiring the user to sign on multiple times.

Basically the only things I came across were 3rd party hosted stuff that really doesn't allow for the kind of integration I need.

I'd rather not roll my own ajax/moderated/rankable/threaded comment system, but I don't see any good options out there to avoid doing all that work.

The site is asp.net, so I'd really like to have something that is meant to integrate with asp.net.

Any suggestions?

+1  A: 

Try the KiGG starter kit (http://www.codeplex.com/Kigg), it sounds like something you can use/modify/use parts of and it's free!

Terry