Client Application Services doesn't appear to work

  • Thread starter Thread starter John Bailey
  • Start date Start date
J

John Bailey

I am working on an application in which I would like to use Client
Application Services for the authorization. I tried going through the
walkthrough and authentication worked just fine, but the IsInRole would not.

Thinking that I must have missed something, I downloaded a nice sample
located here:
http://blogs.msdn.com/winformsue/ar...-services-sample-and-walkthrough-updated.aspx.
This did not work either. Again, the authentication worked (using
manager/manager for the id/password), but the manager role check failed and
the settings gave an error saying that it was not authenticated (but
IsAuthenticaed returns true for the identity)

Has there been some change here I just can't find documentation on? I have
Visual Studio 2008 Professional SP1 and am running this on a Vista SP1
machine if that helps.

Thanks for any help
John Bailey
 
Okay, I'm confused. Same project, different machine, works perfectly. Both
are Vista SP1 and Visual Studio SP1. I need to know what could cause this to
stop working before I try to deploy it anywhere.
 
Back
Top