Could the iis-hosted wcf service make use of http transport security if the iis virtual derectory that contains the service does not support it?



Could the iis-hosted wcf service make use of http transport security if the iis virtual derectory th..

Answer / Satyawan Singh

No, an IIS-hosted WCF service cannot use HTTP Transport Security (HTTPS) if the IIS virtual directory that contains the service does not support it. The virtual directory must be configured to run over SSL (Secure Sockets Layer), and the WCF service must also be properly configured to use HTTPS for secure communication.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WCF Interview Questions

What is the windows communication foundation?

1 Answers  


WCF:Do the system-provided bindings have the support for the Reliable session and what the binding options are enabled by default?

1 Answers  


What do you understand by the term impersonation?

1 Answers  


do you know what is the address formats of the wcf transport schemas? : Wcf data services

1 Answers  


In WCF what are duplex contracts?

1 Answers  


What is wcf ipc binding type?

1 Answers  


What is DataContract and ServiceContract?Explain

3 Answers   TCS, Tech Mahindra, Wipro,


Define the term policy binding?

1 Answers  


What is the elements of WCF service used in client side?

1 Answers  


List some of the different ways of hosting?

1 Answers  


Which standard binding could be used for a service that was designed to replace an existing asmx web service?

1 Answers  


What are the advantages of using wcf?

1 Answers  


Categories