T
tekk
Hi,
I'm writing the component in c#, which allows to manage the IIS. I
want to make it working remote - i mean to manage the IIS on the machine
in some domain, from the machine which is outside this domain. My
question is:
How can i specify the domain in the System.DirectoryServices.Entry
object, when I'm creating it, with the following constructor:
System.DirectoryServices.Entry oIisServer = new
DirectoryEntry("IIS://some_server/W3SVC/1", "some_user", "some_passwd",
AuthenticationTypes.Secure);
??
Has anyone any idea??
regards,
tekkk
I'm writing the component in c#, which allows to manage the IIS. I
want to make it working remote - i mean to manage the IIS on the machine
in some domain, from the machine which is outside this domain. My
question is:
How can i specify the domain in the System.DirectoryServices.Entry
object, when I'm creating it, with the following constructor:
System.DirectoryServices.Entry oIisServer = new
DirectoryEntry("IIS://some_server/W3SVC/1", "some_user", "some_passwd",
AuthenticationTypes.Secure);
??
Has anyone any idea??
regards,
tekkk