WCF in Silverlight - how to set change the default timeout of 1 minute
问题 I have a WCF service I am connecting to in in a Silverlight project. The task the service needs to do takes over a minute (which is fine), but I get an error. I communicate to it via a proxy (created by dev studio when you add a service reference) The HTTP request to 'http://localhost/ImporterService.svc' has exceeded the allotted timeout. The time allotted to this operation may have been a portion of a longer timeout. (where ImporterService is my service) I Have read all sort of posts for