Can't understand why I'm getting many warnings in WCF trace log:
TraceIdentifier:
http://msdn.microsoft.com/en-GB/library/System.ServiceModel.Activation.WebHostNoCBTSupport.aspx
Description:
Extended protection is not supported or not enabled on this platform. Please install the appropriate patch and enable it if you want extendedProtection support for https with windows authentication.
Source:
System.ServiceModel.Activation.MetabaseSettingsIis6/17653682
As far as I see it appears after I manually force IIS restart or recycle AppPool, then client service reconnect to a server, or client eventually start getting 404 not found
server response, btw it is not clear why it start getting 404 after IIS restart and can't recover from it for 1-10 minutes or even longer.
Some info about WCF configuration I'm using:
- HTTP PollingDuplex
- Silverligth 4 client
- NTLM Authentication
- On IIS anonymous auth. is disabled, and enabled Windows Integrated auth.
- IIS 6.0
- Windows Server 2003
- Only one WCF service in single-process AppPool