Running a WCF Service in IIS 7

Monday, 24 August 2009

Posted by Sébastien Lachance with Comments (0)

The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler.

Out of the box, you cannot run a WCF Service (.svc) in IIS7. Fortunately the solution is easy.

Open a command prompt and type :

"%windir%\Microsoft.NET\Framework\v3.0\Windows Communication Foundation\ServiceModelReg.exe" -r -y

 




blog comments powered by Disqus