Silverlight WCF error
What would prevent one machine from consuming a Silverlight Enabled WCF service for a while, while another on the same network domain, behind the same proxy / firewall / etc, might be fine? Service and application are in the same domain.
I am writing to the event log when a service comes in and I don't even see the call going through.
Any pointers are much appreciated.
Update: . After using a fiddler, it works if we have a fiddler working for us, but not if we don't. I am more confused than ever!
The lesson never believes what you said. The proxy server on the non-working machine was really different.: O \
Fiddler gets caught in the proxy chain and what made it work while fiddler was running.
The case is sovled.
Install Fiddler and see what happens. No other good way to figure this out (sometimes not even a violinist can help).