16

Does hosting a WCF service require any special configuration on IIS6?

3 Answers3

4

This is a pretty handy blog post for your question.

Perpetualcoder
  • 13,501
  • 9
  • 64
  • 99
2

You can use ServiceHostReg of WCF:

The tool can be found in the following location:

%SystemRoot%\Microsoft.Net\Framework\v3.0\Windows Communication Foundation\

The command line is:

ServiceHostReg /x /i
Michael Fredrickson
  • 36,839
  • 5
  • 92
  • 109
user258297
  • 21
  • 1
0

Step 1) VirtualDirectoryName->Properties->Virtual Directory Tab->Confirguration Button->

Insert new WildCard Mapping C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll Uncheck Verify that file exists

Step 2)

VirtualDirectoryName->Properties->Directory Security Tab->Authentication and access control->Edit Button->

Uncheck Integrated Windodws Authentication

Step3) Reset IIS

Ankit
  • 6,388
  • 8
  • 54
  • 79