Silverlight ServiceReferences.ClientConfig web.config. :
<system.serviceModel>
<bindings>
</bindings>
<client>
<endpoint address="http://localhost/servicename/servicename.svc"
binding="basicHttpBinding"
bindingConfiguration="BasicHttpBinding_Iservicename"
contract="servicenameReference.Iservicename"
name="BasicHttpBinding_Iservicename" />
</client>
</system.serverModel>
, .