We are trying to deploy a Silverlight + WCF RIA Services application to an IIS 6 web server. When the silverlight application starts in the browser I get an error. Using Fiddler, I can see the real error:
EndpointNotFoundException The service Web-AuthenticationService.svc does not exist.
Sure enough, if I try to browse to the service in a browser, it is not found:
I have researched this error as much as I could, trying these things:
Can anyone give any more advice?
I manually added the svc file to the ClientBin folder and the problem was "resolved". I'm now onto a Timeout problem when the login query is called. Why do I have to add the svc file manually?
The only solution I could find was manually create the svc file and include it in the clientbin folder.