I have been trying to implement login structure like the one used by stack overflow in asp.net. I have read many blogs and previous questions, from which I found out that it uses open id .After researching on that i came across the DotNetOpenAuth. I read the blog by Rick Strahl .I have downloaded the zip file from DotNetOpenAuth.From all this I have understood, what I have to do but I could not understand how to do it. How to integrate DotNetOpenAuth in my project, which files to use from the whole bundle. A step By step guide to start integration is what I need. Or a complete documentation of how to use DotNetOpenAuth.
Any help would be appreciated. Thanks in advance.