Question : WCF Transport Level

Hi, am I right?

Here is a snippet from my web config.  As I understand, for HTTPS communication between two endpoints, the appropriate SSL Certificate is to be properly installed in the Digital Certificate store and the Directory Security\Secure Communications in IIS is properly set up as well. In order for WCF to keep the data secure it needs to know the location of the certificate hence the tag.


                                    Mode ="Custom" customUserNamePasswordValidatorType ="Serv.Login, Serv"/>
                                    www.mydomain.net" storeLocation="LocalMachine" storeName="My" x509FindType="FindBySubjectName" />
                              



I'm struggling with my hosting company who won't allow my service to read the store.

Answer : WCF Transport Level

Random Solutions  
 
programming4us programming4us