Jasinski Technical Wiki

Navigation

Home Page
Index
All Pages

Quick Search
»
Advanced Search »

Contributor Links

Create a new Page
Administration
File Management
Login/Logout
Your Profile

Other Wiki Sections

Software

PoweredBy

Enabling WCF Services on IIS8

RSS
Modified on Thu, Jun 04, 2015, 2:27 PM by Administrator Categorized as Windows (OS, IE, IIS, and MSMQ)

Overview

By default IIS8 will not serve WCF services because it doesn't have a handler for SVC files. This article explains how to turn on the SVC handler in IIS8.

Procedure

1. Open a Command Window via the "Run as Administrator" option

2. Execute the following commands
DISM /Online /Enable-Feature /all /FeatureName:WCF-HTTP-Activation
DISM /Online /Enable-Feature /all /FeatureName:WCF-HTTP-Activation45

ScrewTurn Wiki version 3.0.1.400. Some of the icons created by FamFamFam. Except where noted, all contents Copyright © 1999-2024, Patrick Jasinski.