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
What is the use of is required property in data contracts?
What is an endpoint in WCF service?
What is overloading in wcf?
tell me what is proxy and how to generate proxy for wcf services? : Wcf data services
What is the difference between xmlserializer and the datacontractserializer?
How to perform Transaction query in WCF?
What is address in wcf and how many types of transport schemas are there in wcf?
How to host WCF Self-Hosting?
do you know what is the address formats of the wcf transport schemas? : Wcf data services
What are different bindings supported by wcf?
What is wcf used for?
What is abc of wcf?
Can you explain how end points, contract, address and bindings are done in wcf?
What is the address formats of the wcf transport schemas?
What is the request-reply mode in wcf?