What to do
Add the following in the <system.webServer> section.
1 2 3 | < handlers > < add name = ".svc" verb = "*" path = "*.svc" type = "System.ServiceModel.Activation.ServiceHttpHandlerFactory, System.ServiceModel.Activation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" /> </ handlers > |
The .svc WAF service should now work correctly.

Classification: Public
Last saved: 2019/08/14 at 15:19 by Jamie