Groups | Blog | Home


Archived Months
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > asp.net security > january 2007 > threads for january 8 - 14, 2007

Filter by week: 1 2 3 4 5

Active Directory
Posted by Bob Mixon at 1/13/2007 8:04:38 AM
Greetings All, Being a little less familiar with accessing AD, can someone tell me the best way to obtain an AD user record (profile). Ultimately I would like to simply obtain the manager that has been assigned to a specific user. Thank you in advance for the help! Bob Mixon [SPS MVP] ...more >>


Get Domain Name
Posted by Dan at 1/11/2007 12:12:04 PM
Hi I need to get the Domain Name in NT format. I can do it with the following code, but it takes 5 seconds to execute, which is to much for me. Anyone know how to do it faster ? Thanks Dany DirectoryEntry rootDSE = new DirectoryEntry("LDAP://RootDSE"); strin...more >>

Multiple logins on a single account = application frozen?
Posted by Jeff at 1/11/2007 8:54:26 AM
Many months of demanding work came to a point this morning when I demoed my application for the client which consisted of about 30 people. I supplied everyone with a single shared login and we all logged in. Next, nothing happened. The application just froze and was completely unresponsive - ...more >>

Authentication exception calling ActiveDirectory.Domain.GetCompute
Posted by David Thielen at 1/10/2007 8:56:01 PM
Hi; I can call both: using (DirectorySearcher objSearcher = new DirectorySearcher()) { return (string) objSearcher.SearchRoot.Properties["name"].Value; } and: return System.DirectoryServices.ActiveDirectory.Domain.GetComputerDomain().Name; When I run my app under WinXP using the VS 20...more >>

Exception when use asp.net with .net remoting
Posted by dragooon at 1/10/2007 5:53:03 PM
Could anyone shed some light on this? We have an asp.net 2.0 application that works together with .net remoting. The asp.net application calls a .net remoting server through tcp channel from a separate thread. The basic workflow is like the following: Internet user send a request -> ...more >>

When CreateUserWizard automaticaly login on?
Posted by Jerry Qu at 1/9/2007 2:24:56 PM
Hi All, when using CreateUserWizard control to register user, it automatically = login the user on after done. I want add some action just after the user = is login and need the user id, but I can not find where to add the code. Please instruct... TIA Jerry...more >>

authenticating username/password against Active Directory
Posted by Boesman at 1/8/2007 6:13:43 AM
Hi, I'm working on an intranet asp.net app and at some point a user - other than the currently authenticated user - needs to authorise an action, like creating a purchase order. All usernames/passwords must be authenticated against Active Directory. This already works fine for the overall appli...more >>



DevelopmentNow Blog