Wednesday, July 2, 2008

WCF Application Service Deployment Problem with IIS 404 Error

I have to deploy a WCF service application on IIS 6 at work. I get 404 error even though the service file .SVC file is obvious there. After searching the net a little, I found this article

It is possible the .NET Framework 3 is not installed properly. To make sure IIS's meta base is correctly configured for WCF and .svc extension, run following. It might save you hours.

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


No comments: