I want to use DotNetOpenAuth library for implementing OpenId Login in my web application. The web Application is being built in C# for .NET 2.0, and I am not able to find any .NET Library compatible for .NET 2.0 project.
When I try to add the DotNetOpenAuth .dll, it shows error telling its dependency on .NET 3.5 libraries.
Please help!! I have exhausted myself researching for it.
DotNetOpenAuth v3.x is strictly for .NET 3.5 and above.
Please check out DotNetOpenId v2.x for .NET 2.0 support.