« Previous Next »
Last post 09-04-2008 3:02 AM by enne87. 6 replies.
Average Rating Rate It (5)Thank you for the rating!
Page 1 of 1 (7 items)
Sort Posts: Oldest to newest Newest to oldest
Hi!
I developed an asp.net application which runs on an IIS webserver. Now I want to establish a ssl-connection between the webserver and a ldap-server.
I've got a certificate which is issued by an CA, but I don't know how to use the certificate to establish a ssl-connection.
Thanks for your help.
Best regards,
enne
How do you plan to communicate between IIS and the LDAP?
via ldaps (port 636)
I use VB.Net to write my asp.net application. My IIS server uses Windows Server 2003.
Thanks tomkmvp for your answers. You're right, my asp.net application is used as a client program to interact with an ldap server.
I'll post in an asp.net forum.
Again thanks for your help.