Bhavjot
Bhavjot

Reputation: 652

DotNetOpenAuth or any other .Net Open ID library for .net 2.0 projects

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.

Upvotes: 2

Views: 1076

Answers (2)

Andrew Arnott
Andrew Arnott

Reputation: 81801

DotNetOpenAuth v3.x is strictly for .NET 3.5 and above.

Please check out DotNetOpenId v2.x for .NET 2.0 support.

Upvotes: 0

Chris Fulstow
Chris Fulstow

Reputation: 41902

There are a few other .NET OAuth libs you could take a look at if you have no luck with DotNetOpenAuth.

Check out the DotNet section at http://oauth.net/code/

Upvotes: 1

Related Questions