Looking for a simple "WCF+ACS+Windows Azure" walkthrough
I just spent the last two hours trying to walk through Microsoft's "Web Services and Identity in Windows Azure Exercise 1: Using Windows Identity Foundation wit开发者_如何学运维h a WCF Service in Windows Azure" which purports to show how to host a secured WCF service in Azure.
Unfortunately, the walkthrough is ridiculously complicated with a whopping 151 steps. I've tried to complete the first part of the walkthrough 3 separate times but without any luck. I'm pretty sure I'm following the instructions exactly as written but there's so much subtlety in there (certificate setup, configuration chaanges, etc.) that it's likely that I'm missing a critical detail. In either case 151 steps is clearly an order of magnitude too difficult for mere mortals to follow.
Anyway, any help in this rgard would be greatly appreciated....
Check out the BidNow sample. That is a lot less complicated. http://code.msdn.microsoft.com/BidNowSample
Also, check out the samples on http://acs.codeplex.com/
There's a pretty good article walking through this in the December 2010 MSDN Magazine - the fact that it's titled "Re-Introducing the Windows Azure AppFabric Access Control Service" says a lot. You have to "re-introduce" things that no one understood or used when you "introduced" it. :)
精彩评论