Summary of several methods for adding WCF support in IIS8 [text]

Source: Internet
Author: User

Method One

Recently doing a silverlight,windows phone app porting to the Windows 8 platform, testing some of the traditional WCF service applications in IIS8, discovering that IIS8 does not support the WCF Service SVC request, and later found IIS8 missing the managed for the WCF service Handler, after you add the following steps, IIS8 supports WCF services.

1. First add the MIME type extension ". svc", MIME type "Application/octet-stream"




2. Then add managed Handler in "Handler Mappings",


Request Path: *.svc
Type:System.ServiceModel.Activation.HttpHandler
name:svc-integrated




Method Two

Another way to solve this problem.

Figure-1

Figure-2

Workaround:

Simply add the following features (Redline Callout) in "Enable or disable Windows features":

You will then see the following in the handler mappings for IIS:

OK, the "Add WCF Service Support in IIS8" problem is solved

Summary of several methods for adding WCF support in IIS8 [text]

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.