As far as I can recall, on Server 2003, microsoft.interop.security.azr开发者_StackOverflow中文版oles used to live in \"C:\\Windows\\Microsoft.NET\\authman\".On Server 2008 R2, that folder is empty.
We have a custom membership provider that uses a WCF service and ADAM/AzMan.We have been seeing a lot of errors lately which seems to correspond to more heavy use of our web aplication.
I recently upgraded a solution from VS2008 to VS2010. Just a solution upgrade, nothing else. I am targeting .Net 3.5. The solution is set to build build for \"any CPU\". Now, after the solution upgrad
I\'m trying to evaluate AzMan for one of my ASP.NET applications but I have a strange problem. My test application expects three roles:
I have a WCF service that is hosted in IIS6.The important part of the method looks like this: public MyUser[] GetUsers(string appName, string[] names)
I\'m using AzMan (1.0) for an ASP.Net web app, and I have a question about nested Roles. Say I have the following roles:
I am trying to add to the authentication system provided in the Silverlight 4 business template as my model does not completely fit that provided in the template. I have an existing web service that p
I have a wcf service in front of an AzMan store that passes roles and operations to clients using the following interface:
Using ASP.NET (C#) I have set up Authorization Manager to allow me to handle roles on a website. Added users to roles is simple Roles.AddUserToRole(\"DOMAIN\\\\UserName\", \"role\"). However I want to
I\'m able to get the roles associated with the authenticated user but not the groups. Is there a way to get the groups