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 / 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 |
What is abc in wcf?
do you know message contracts? : Wcf data services
Which bindings are used for metadata configuration in wcf?
What is wcf basic binding type?
What is "singleton" instance mode in wcf?
What is transport reliability in wcf?
what is DataContractSerializer?
How can you test a wcf application without creating a client application?
How do wcf services work?
WCF:What is it the Net.TCP Port Sharing? How can we use it?
How to Implement security in wcf rest service?
What is purpose of IsWrapped property in Message Contract in WCF?