Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
OK so I have followed all the steps in the example at:

http://msdn.microsoft.com/en-us/library/ee707353(VS.91).aspx[^]

And login is working but my DataDomainContext is not authenticated when calling RIA Services. How does the DataDomainContext know to use the authenticated identity associated with WebContext when making the call?

The example (as always with these seems to be missing a needed bit of information). How does...

C#
context.Load(context.GetProductsQuery().Take(numberOfRows));


...shown in step 8 know to use the authenticated Identity?

Thanks for any direction & help!
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900