Thursday, December 30, 2010

Configuring IIS to work with WCF services

The first time you’ll try to access a WCF service, you may get a ‘HTTP Error 404.3 - Not Found’ error. This can be caused by WCF not being installed properly yet. To install WCF, do the following:

At a command prompt, type the following commands:
cd c:\windows\Microsoft.Net\Framework\v3.0\Windows Communication Foundation\

ServiceModelReg –i

For more background, check out this blog: http://iweb.adefwebserver.com/Default.aspx?tabid=57&EntryID=34

No comments:

Post a Comment