Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Silverlight Firestarter 2010 Session 1 - Data Binding Strategies with Silverlight and WP7
Dec 17, 2010 at 3:31 PMAs always,
excellent stuff, spcially I like the way you started saying about most sessions of Data Binding which works really fine with the given presentation, but when dealing with true application development it is not that easy.
Thanks again for nice presentation
Introducing the New Features of the August Labs Release of the Access Control Service
Aug 13, 2010 at 12:16 AMNice introduction, however when I try to use ACS with sample MVC application I've found couple of issues, not sure those are my mistakes or something to do with ACS itself.
First one is when I use multiple providers for ex: Live ID and Google, when the MVC application is directed to ACS login page instead of presenting the login page as shown in the video I've got following error page
Error
Sorry, an error occurred while processing your request.
HTTP Error Code:
403
Message:
ID2010: The request scope 'http://vinjaya:63000' is not valid or is unsupported.
Trace ID:
2d159e0a-3efb-4f37-87a6-ae809bdd734c
However when I try just with the Live ID as only provider then it works fine.
Then I try to remove Live ID from my provider list by keeping the just the Google. then I've got this error.
Sorry, an unexpected error occurred while processing your request.
What would you like to do?
Go back to the previous page
Show more information about the error
Go back to the previous page
Show more information about the error
HTTP Error Code:
403
Message:
Not Authorized: Attempt to update ReadOnly object
Trace ID:
b60f69e9-ea6e-463c-b075-6a8a61ba003c
Does this mean we must use Live Id or am I doing something wrong here?