Reputation: 3852
The sample I downloaded from DotNetOpenId has different files than the MVC 1.0 application I get when I create a new application.
I am new to MVC and openId, all the examples I have come across are very old.
Can anyone point me to examples of implementing Openid with ASP.net MVC using DotNetOpenId.
Upvotes: 5
Views: 1989
Reputation: 2912
Rob Conery has a template available for MVC that has DotNetOpenId already configured and ready to go. Available at: http://blog.wekeroad.com/blog/putting-the-ldquo-m-rdquo-back-in-mvc/
Upvotes: 3