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
tell me what is service and client in perspective of data communication? : Wcf data services
WCF:What is it the Reliable session?
WCF:What types of reliable messaging are implemented in the WCF?
What are the features of wcf?
What do you understand by the terminology soa?
What is wcf used for?
explain what is transport and message reliability? : Wcf data services
What is "per call" instance mode in wcf?
What are the core security features that wcf addresses?
What is the main advantage of was?
What message exchange patterns (meps) supported by wcf?
What is the use of servicebehavior attribute in wcf ?
What is REST and what is the problem with WCF REST and how it can be resolved?
What are the transport schemes supported by wcf? Give example of address for each scheme.
What are dead letter queues?