How to add CardSpace support to your ASP.NET application - Stack Overflow most recent 30 from stackoverflow.com2009-12-16T21:53:30Zhttp://stackoverflow.com/feeds/question/286750http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/286750/how-to-add-cardspace-support-to-your-asp-net-application2How to add CardSpace support to your ASP.NET applicationTimothyP2008-11-13T10:27:57Z2008-11-13T12:59:53Z
<p>Hi,</p>
<p>I like the idea of CardSpace but unlike OpenID it seems like a real PITA
to support it in your ASP.NET web application. I've found many examples, even a tutorial
in one of the books I own... but it would seem a lot more is required than what they suggest.</p>
<p>Changes to the server and such? </p>
<p>Can someone tell me:</p>
<ul>
<li>What I need to configure in IIS7</li>
<li>How to implement CardSpace support without using to many 3rd party components</li>
<li>Have you managed to get it working?</li>
</ul>
<p>I think the complexity (or poor documentation) is one of the reasons CardSpace is lagging behind.</p>
<p>(I'm interested in what others think about this, but lets not turn this into a flame war, I just want a solution and perhaps your thoughs in short)</p>
http://stackoverflow.com/questions/286750/how-to-add-cardspace-support-to-your-asp-net-application/286805#2868052Answer by alexmac for How to add CardSpace support to your ASP.NET applicationalexmac2008-11-13T10:56:27Z2008-11-13T10:56:27Z<p>For card space take a look at the open source library SharpSTS a https://sharpsts.com/</p>
<p>They also have links to a number of card space resources that might help you get started at: https://sharpsts.com/resources.aspx </p>
http://stackoverflow.com/questions/286750/how-to-add-cardspace-support-to-your-asp-net-application/286839#2868391Answer by Eduardo Molteni for How to add CardSpace support to your ASP.NET applicationEduardo Molteni2008-11-13T12:53:30Z2008-11-13T12:53:30Z<p>Rob Conery is implementing CardSpace in his new project.<br />
<a href="http://blog.wekeroad.com/mvc-storefront/mvcstore-part-17/" rel="nofollow">http://blog.wekeroad.com/mvc-storefront/mvcstore-part-17/</a></p>
<p>Hope it helps</p>
http://stackoverflow.com/questions/286750/how-to-add-cardspace-support-to-your-asp-net-application/286854#2868541Answer by vimpyboy for How to add CardSpace support to your ASP.NET applicationvimpyboy2008-11-13T12:59:53Z2008-11-13T12:59:53Z<p>I have blogged about that, but it is in Swedish. I hope we can rely on google translate. :-)</p>
<p><a href="http://translate.google.com/translate?u=http%3A%2F%2Fweblogs.asp.net%2Fmikaelsoderstrom%2Farchive%2F2008%2F09%2F08%2Fwindows-cardspace-kom-ig-229-ng.aspx&hl=sv&ie=UTF-8&sl=sv&tl=en" rel="nofollow">Get Started</a></p>
<p><a href="http://translate.google.com/translate?u=http%3A%2F%2Fweblogs.asp.net%2Fmikaelsoderstrom%2Farchive%2F2008%2F09%2F09%2Fkoppla-ihop-windows-cardspace-med-asp-net-membership.aspx&hl=en&ie=UTF-8&sl=sv&tl=en" rel="nofollow">Use Windows CardSpace with ASP.NET Membership</a></p>
<p><a href="http://translate.google.com/translate?u=http%3A%2F%2Fweblogs.asp.net%2Fmikaelsoderstrom%2Farchive%2F2008%2F10%2F02%2Fh-228-mta-ett-infocard-med-javascript.aspx&hl=en&ie=UTF-8&sl=sv&tl=en" rel="nofollow">Get an InfoCard with Javascript</a></p>
<p>Hope this helps.</p>