I have a Silverlight application which gets data through a Silverlight WCF Service, and this service was previously functioning. I made some namespace and assembly name changes to the application, and now whenever I try to access the wcf service, I get the following 302 error in fiddler.
HTTP/1.1 302 Found Server:
Microsoft-IIS/5.1 Date: Wed, 30 Sep
2009 18:26:52 GMT X-Powered-By:
ASP.NET X-AspNet-Version: 2.0.50727
Location:
/PayrollViewFlow/Service/(S(axlnnazmux31bt55famtfvab))/PayrollDataService.svc
Cache-Control: private Content-Type:
text/html; charset=utf-8
Content-Length: 202
<html><head><title>Object moved</title></head><body>
<h2>Object moved to <a href="%2fPayrollViewFlow%2fService%2f(S(axlnnazmux31bt55famtfvab))%2fPayrollDataService.svc">here</a>.</h2>
</body></html>
The Location and the moved to location seem to be the same. Anyone run into this before?