I\'m trying to publish a webservice using WCF on IIS7.
I\'ve created a Site for this project, and I created an Application too as MSDN suggested. I can open html fil
On windows 8, run DISM.exe
in order to enable WCF
:
DISM /Online /Enable-Feature /FeatureName:WCF-HTTP-Activation
DISM /Online /Enable-Feature /FeatureName:WCF-HTTP-Activation45
Or if you are setting up everything using Server manager Dashboard's Add Roles and Features Wizard do not forget to check "HTTP Activation" under WCF Services