set Timeout ,Max Recieve Package size and no credential in WCF

1 - to increase Timeout in client;
  • Open Web.config
  • add parameter(s) into binding element as TimeSpan
    openTimeout= "12:00:00"
    receiveTimeout="12:00:00"
    closeTimeout="12:00:00"
    sendTimeout="12:00:00"
2 - to increase limiting Package Size in client;
  • Open Web.config
  • add below into Binding element as integer
    maxReceivedMessageSize="2147483647"
3 - to set non-security connection in service;
  • Open Web.config
  • add below into binding element as child element

         
         

good luck,

Comments

Popular posts from this blog

Could not load file or assembly 'System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. The system cannot find the file specified at Configuration class initiation in CrmServiceHelper.cv

Exception caught instantiating TERADATA report server extension SQL Reporting Services

you face "ISV code aborted the operation" when you change status of the any record in Dynamics CRM 2013