Ask a Question related to ASP.NET Security, Design and Development.
-
Peter #1
problem with checking domain roles
Hello!
I have a problem with web.config's <allow roles>. Everything works fine on
my development machine, but when I deploy my application into production
server the role checking is not working correctly. Application is able to
check for right builtin roles but domain roles checking fails.
<allow roles="BUILTIN\Administrators"> THIS WORKS
<allow roles="mydomain\Domain Admins"> THIS DOESN'T WORK
Please could somebody advice, what could be wrong? Your help is very much
appreciated!
Thanks.
Peter
Peter Guest
-
checking userid and password against windows domain (Active directory)
hi. to prevent separate systems with different accounts, i am looking for a perl module that will allow me to check the userID (username) and... -
Roles in encrypted cookie, security problem?
Hi, I was just looking over a few samples of role based security in combination with forms based authentication. The samples I find seem to store... -
FormsAuthentication Roles Problem
I want to use FormsAuthentication and allow access based on role. I have a /Admin directory on the web app, and want to allow role "admin", but... -
Relative domain name for roles
I'm using the <authorization> node in the web.config of my web services to permit access to specific roles. However, the roles are defined on each... -
Problem using Allow Roles
Dear All, I have an application secured using the following in the web.config file... <authorization> <deny users = "?" /> <allow roles =...



Reply With Quote

