I've been added aspNetCompatibilityEnabled="true" attribute to serviceHostingEnvironment config in my WCF service project, AspNetCompatibilityRequirementsMode.Required to service, but still get null HttpContext.Current value in ReadMessage. How to fix this problem?
I use custom binding with http transport + custom host factory.