adsense

Wednesday, September 7, 2011

Running a WCF Service on IIS 7

In order to tun a WCF service in IIS7, some of the features should be enabled that are not set by default. Following article describes the steps to enable those features.

http://weblogs.asp.net/dwahlin/archive/2009/07/21/running-a-wcf-service-on-iis-7.aspx

In addition if your WCF service exposes an endpoint using basicHttpBinding, then it should be possible for the .NET 2.0 client to consume it.

Cheers,
Samitha