Hi I have found an article on implementing OpenID on my C# site http://madskristensen.net/post/OpenID-implementation-in-Csharp-and-ASPNET.aspx
I have a few basic needs, mainly need to add some sort of security groups to my user profiles and the like, and I think I can do it using Open ID.
My question is has anyone done much work with Open ID, how well have the users accepted it and when would you or when would you not recommend using it on a site?
I recommend you check out http://openidux.dotnetopenauth.net/ which shows an ASP.NET web site that does OpenID in a very easy way (it passes the “my mom and dad can do it” test). It’s free for your use in your web site, and included in the DotNetOpenAuth project.