G
Guest
Hiya all, (one of) my problem is that I have created a web part that allows the current user to change their account password from sharepoint portal 2003 which works fine (sortof), in that it will connect via directory services to the LDAP server that is specified in the connection string. Unfortunatly when I try the same code in a web application, it comes up saying that it cannot connect to the server and when I explicitly specify a server it comes up as an invalid path (0x80005000). I should mention that the main server that hosts sharepoint is running Window Server 2003 and is also the domain controller, while the web application is being hosted on a Windows Server 2000 development machine using a default install (web hosting but not a domain controller)
Is the web application having troubles because it is looking at the 2000 machine for directory information? or is there something else that I am missing entirely? What do I need to do to have the web application show me directory information without moving my development programs/stuff to the main server? Can anyone please help me with this?
Is the web application having troubles because it is looking at the 2000 machine for directory information? or is there something else that I am missing entirely? What do I need to do to have the web application show me directory information without moving my development programs/stuff to the main server? Can anyone please help me with this?