TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
dotnetterz
NA
4
0
How do you do it in .Net??
Dec 13 2004 9:43 AM
In classic ASP I can get the NT User object and display all the groups that user belongs to by using the following code: inUser = request.servervariables("AUTH_USER") set objUser = getObject("WinNT://" & replace(inUser, "\", "/") & ",user") for each vntGrp in objUser.Groups Response.write vntGrp.Name & "
" next Can anyone please help me to find the NT group name of current user using ASP.net? Thanks an lot for your help and time.
Reply
Answers (
0
)
encrypting a sequence of bytes
Using both FORMs and WINDOWs authentication in one WebApplication