Ask a Question related to ASP.NET Security, Design and Development.
-
Edward J. Stembler #1
ASP.Net Security login question
I have an ASP.Net web form with a DataGrid on it... I
want to programatcally display a Delete link column if
the local NT user is a member of the "BUILTIN\Managers"
group. What is the standard accepted way of doing this?
I'm trying to NT integrated and I've played around with
the web.Config (allow users, impersonation etc.) file
exhaustively and I cannot seem to get it perfect. For
instance, at one point the NT login dialog kept popping
up 3 or 4 times. Should I just make them log into my
app, or is there a way to achive what I'm trying to do?
Edward J. Stembler Guest
-
Flex, Security, Login....
So, i have a flex app. Idea is all users will have a readonly role. users login to gain say editor or admin roll. I'm using JRun not CF on the... -
login security
Hey group, I would like to be able to write a ASP page and on it have a link to another ASP page. I would like to be able to have a Access... -
Integrated security and form based login
Hi group. I am in the middle of defining the overall system architecture for a new project, and I am facing some security issues. It is an... -
login page and data security
Hello NG, I am new to asp.net and I have 2 part question. I hope I will get some good answers here. 1- I need to make a login page to let user... -
Remote Login Security Settings
Hi, We have a IBM SP system running AIX 5.1L and I am helping the setting up the system recently. My question is how to turn off the un-encrypted... -
Edward J. Stembler #2
ASP.Net Security login question
Yes I know. I already use it. Was just trying to find
out what the standard procedure is... when I tried using
integrated NT security, a login dialog box kept popping
up several times. My goal is to scrutinize or use
integrated security without having the login box pop up
several times.
>-----Original Message-----
>WindowsPrincipal.IsInRole(...) method can do your group
>membership check.
>>.>>-----Original Message-----
>>I have an ASP.Net web form with a DataGrid on it... I
>>want to programatcally display a Delete link column if
>>the local NT user is a member of the "BUILTIN\Managers"
>>group. What is the standard accepted way of doing this?
>>
>>I'm trying to NT integrated and I've played around with
>>the web.Config (allow users, impersonation etc.) file
>>exhaustively and I cannot seem to get it perfect. For
>>instance, at one point the NT login dialog kept popping
>>up 3 or 4 times. Should I just make them log into my
>>app, or is there a way to achive what I'm trying to do?
>>.
>>
>Edward J. Stembler Guest



Reply With Quote

