I have a Silverlight web app solution with a Silverlight-enabled WCF service included. Everything has worked fine for the past 6 months or so. I can access data through the service with no problem.
I came into work today, opened up the solution, ran it again, and suddenly, there's a mismatch between the WCF service port and the port that Silverlight wants to use to access the service.
How and why would the port suddenly change?
How do you specify a port to use? I never specified a port in the past--it just worked. I can't find a port specification in the web.config or the service CS file.