Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Security > ASP.Net Security login question

Reply
Thread Tools

ASP.Net Security login question

 
 
Edward J. Stembler
Guest
Posts: n/a
 
      09-18-2003
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?
 
Reply With Quote
 
 
 
 
Edward J. Stembler
Guest
Posts: n/a
 
      09-25-2003
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?
>>.
>>

>.
>

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Question on capturing login information & form security. Brave ASP General 1 10-24-2007 02:48 PM
Security/Login Question Roy ASP .Net 2 10-07-2005 02:22 PM
News login different from mail login William W. Plummer Firefox 21 04-08-2005 05:37 AM
IT-Security, Security, e-security COMSOLIT Messmer Computer Support 0 09-05-2003 08:34 AM
Re: PLEASE? Any way to get the user's nt login from the pc -- not the server login? William F. Robertson, Jr. ASP .Net 0 07-02-2003 03:57 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57