WCF: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?
Answer Posted / jt
IIS-hosted WCF services can make use of HTTP transport
security (for example, HTTPS and HTTP authentication
schemes such as Basic, Digest, and Windows Integrated
Authentication) as long as the IIS virtual directory that
contains the service supports those settings. The HTTP
Transport Security settings on a hosted endpoint’s binding
must match the transport security settings on the IIS
virtual directory that contains it
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
How to set the timeout property for the wcf service client call?
List some of the different ways of hosting?
What are the advantages of wcf?
WCF:Do the system-provided bindings have the support for the Reliable session and what the binding options are enabled by default?
Why to use wcf?
What is throttling in wcf?
explain wcf federated ws binding type? : Wcf data services
What is transport reliability in wcf?
Name the namespace that is used to access WCF service?
What is ConcurrencyMode in WCF?
do you know what is endpoint in wcf? : Wcf data services
How to configure reliability while communicating with wcf services?
what is a Service Proxy in windows Communication Foundation?
What is the usage of datacontracts in wcf?
In wcf which bindings supports the reliable session?