Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question
    
If you're still working with OpenId and MVC, do you have any updated info for this, a year later? MVC is about to go 3.0 and I wouldn't be surprised if tool support has improved since this question was asked. –  Drew Noakes Aug 2 '10 at 15:54
    
Drew, I do not have any updated info on this, I have shelved the OpenId implementation for now. –  Picflight Aug 3 '10 at 18:00

1 Answer 1

up vote 3 down vote accepted

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/

share|improve this answer
    
Any updates on this, one year down the road? –  Drew Noakes Aug 2 '10 at 15:48
    
Nerddinner uses OpenId now too. You can check out how they did it. –  ZippyV Aug 2 '10 at 18:16

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.