Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the best .NET library for OpenID and ASP.NET MVC? [closed]

I'm looking at using OpenID for my authentication scheme and wanted to know what the best .NET library is to use for MVC specific applications?

thx

like image 459
Mr. Kraus Avatar asked Sep 08 '08 03:09

Mr. Kraus


People also ask

Which is best asp net or MVC?

ASP.NET requires less expertise than MVC and is much faster to develop web applications overall. Prior knowledge of HTML is not required. ASP.NET uses a more mature code-base and has a larger web control toolbox. It's more sensible to use ASP.NET if you are already relying on 3rd party UI controls.


1 Answers

.Net OpenID project is the best library to use right now that I know of. I think SO used it also. The source includes a sample ASP.NET MVC project using the library.

Scott Hanselman did a post on how to use the .Net OpenID project inside of ASP.NET MVC.

like image 176
Dale Ragan Avatar answered Sep 28 '22 07:09

Dale Ragan