Browse by Tags

Related Posts

  • DirectoryEntry - Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))

    I try to create Virtual Directory 1 DirectoryEntry deRoot = new DirectoryEntry( "IIS: //localhost/W3SVC/1/Root", "Administrator","Password"); 2 deRoot.RefreshCache(); 3 4 DirectoryEntry deNewVDir = deRoot.Children.Add(" virdirname ", " IIsWebVirtualDir "...
    Posted to Security (Forum) by user13 on 10-24-2006, 12:00 AM
    Filed under: Access is denied, Virtual Directory, DirectoryEntry
  • ADAM ChangePassword

    I can't seem to get around this, I've search to the end of google and have not found a solution that has solved this. I need to call the ChangePassword method on the user. It is pretty straight forward, but I keep getting back a TargetInvocationException with "(0x8000500D): The directory property cannot...
    Posted to Active Directory and LDAP (Forum) by adweigert on 11-10-2006, 12:00 AM
    Filed under: ADAM, ChangePassword, DirectoryEntry, Invoke
  • System.Runtime.InteropServices.COMException (0x8007203A): The server is not operational

    I have an been running into intermittent issues using the directorySearcher class when searching Active Directory using LDAP. The error message reads: System.Runtime.InteropServices.COMException (0x8007203A): The server is not operational The application is farmed out on 4 servers, AD environment is...
    Posted to Active Directory and LDAP (Forum) by rk657x on 12-05-2006, 12:00 AM
    Filed under: Directory Services, DirectoryEntry, Active Directory
  • Update User Info in Active Directory via a Web Site

    I am trying to create a page where my users can go to update their information in Active Directory. I am able to pull the information out without any problem, but when I try to write back any changes, I get a "General Access Denied Error." I have been searching for solutions to the problem, but I have...
    Posted to Active Directory and LDAP (Forum) by cwoods on 01-04-2007, 12:00 AM
    Filed under: LDAP, Directory Services, Security, DirectoryEntry, Active Directory
  • AD searches not running, not returning errors

    I am writing an application for my Firm to allow employees to submit their time sheets via our Intranet. I am writing the app using Visual Basic.Net 2003. The development platform is a Windows XP SP2 box. Both Dot Net Framework 1.1 and 2.0 are installed. When I run the project on my development computer...
    Posted to Active Directory and LDAP (Forum) by Nick_Marinelli on 01-05-2007, 12:00 AM
    Filed under: Directory Services, DirectoryEntry, Active Directory
  • AD Search Won't Run on Clint Computer

    I have written an ASP.Net page which performs a search of AD for a list of users. The code works perfectly on the development box (from within the ASP.Net development environment), and it works perfectly if you call the page from the browser on the web server, but it won't run if you call the page up...
    Posted to Active Directory and LDAP (Forum) by Nick_Marinelli on 01-11-2007, 12:00 AM
    Filed under: LDAP, Directory Services, DirectoryEntry, Active Directory
  • Determining Effective File Permissions for a given Domain User?

    I'm trying to write an asp.net (2.0) webservice and have run into a problem: Given just a user's domain\login (no password), is it possible to look at a directory of files and determine for each file the effective permissions to the file that user has? As an example, the ACL of the file only has two...
    Posted to Security (Forum) by rayw on 01-17-2007, 12:00 AM
    Filed under: ASP.NET, DirectoryEntry, authentication, ASP.NET 2.0, Authorization, permission, directory permissions, DirectoryServices, permissions
  • Re: System.Runtime.InteropServices.COMException (0x8007203A): The server is not operational

    Hi I am doing the active directory list program. i ma getting error when i am using FindOne() or FindAll() method with SearchResult and SearchResultCollection respectively. also for directoryentry.children.find() the error i am getting is : System.Runtime.InteropServices.COMException: The server is not...
    Posted to Active Directory and LDAP (Forum) by sacdhoom on 03-22-2007, 12:00 AM
    Filed under: Directory Services, DirectoryEntry, Active Directory, ActiveDirectoryMembershipProvider
  • Active directory groups are not listed for a user (at times ) using LDAP

    Hi All, I am using LDAP to get active directroy groups for a given user. I am able to see the AD gorups list some times. But it is not consistent. Some times I get empty list. If any one can help in this regard, It would be great. If you have any other way of getting AD groups Please let me know. This...
    Posted to Active Directory and LDAP (Forum) by radhuvas on 03-23-2007, 12:00 AM
    Filed under: LDAP, Directory Services, DirectoryEntry, Active Directory, LDAP domain subdomain filter
  • Showing information from Active Directory

    Hello everyone, I want to display the user information for the username entered in a textbox, i have made the code and it works fine on my pc but when I upload it on server, for most of the fields in active directory system.byte[] is returned instead of actual value. Here is the extract from my code...
    Posted to Security (Forum) by smartoez on 04-03-2007, 12:00 AM
    Filed under: DirectoryEntry, System.DirectoryServices, DirectorySearcher, SearchResult, Active Directory, SearchResultCollection, ResultPropertyCollection
Page 1 of 4 (35 items) 1 2 3 4 Next >