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
Explain how to define a service as rest based service in wcf?
What are the types of contract?
What is proxy and how to generate proxy for wcf services?
List the various protocols utilized in the messaging layer in wcf?
What is overloading in wcf?
Why to use wcf?
What are contracts in wcf?
Which bindings are used for metadata configuration in wcf?
What are the essential components used in wcf?
do you know what is the address formats of the wcf transport schemas? : Wcf data services
Describe the wcf architecture?
What is the difference between web service and wcf service?
What tool client can use to generate the proxy of WCF?
WCF:What types of reliable messaging are implemented in the WCF?
What are the requirements for hosting a wcf service?