Sunday 24 July 2011

Handling Fault in WCF with Silverlight

After googled a long time i come up with a solution as how to handle the fault contract in the silverlight.In silverlight if the response is fault then the HTTP status code will be 500(related to 500 series) that will not handle in the silverlight for this we have to get all the response in the server side and if the response is fault then have to change the status code to 200(OK) and the bindings should be extended in the server side configuration(WCF Config file).

Thanks & Regards
karan2vel@gmail.com