Ask a Question related to ASP.NET Security, Design and Development.
-
Dan Haley #1
Options for roles attribute of <authorization>/<allow> tag ...
I'd like to restrict access to a page to the people in a group that doesn't have a unique name, so domain\group doesn't work. I've gotten it to work with the pre-Win2K name, but not all the groups have that name available. How can I specify a full AD path in the roles attribute? <allow roles="distinguished name here"/> I've tried putting the a full distinguished name in using as many different formats as I could find, but none worked
Thanks for any help
Dan
Dan Haley Guest
-
Retrive data from attribute spaced attribute.
Hi. I'm retrieving data from an excel sheet. But one of the attributes is name "Phone private". This is a problem when I want to write out the... -
Retrieving XML attribute using XML::XPath::Node::Attribute
Hi I am trying to retrieve an attribute of a particular node from my XML using "XML::XPath::Node::Attribute", but couldn't come across on how to... -
authorization different paths and roles
I have this authorization config in my web.config <location path="manager"> <system.web> <authorization> <deny users="?" /> <allow... -
ASP.NET Authorization
I'd like to use role in Forms authentication and I found the following words from .net SDK about ASP.NET Authorization. " Identifies a targeted... -
Options and creating a macro for options
I have a database that i use for work and have set up to have 10-12 option groups on one page. Normally I would "hit" the "Pass" option (the other...



Reply With Quote

