Our organisation has 2016 Online Update 1 CRM. I have a custom page with a submit web form control, there is an annoying intermittently issue when I submit the form, it returns timeout error:
"The request channel timed out while waiting for a reply after 00:02:00. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout."
The record is actually inserted in CRM when this issue happens, it is just the portal doesn't receive any response after 2 minutes timeout.
Web form Control as below:
<adx:WebForm OnFormLoad="OnFormLoad" OnItemSaving="OnItemSaving" OnItemSaved="OnItemSaved" ID="WebFormControl" runat="server" FormCssClass="crmEntityFormView" PreviousButtonCssClass="btn btn-default" NextButtonCssClass="btn btn-primary" SubmitButtonCssClass="btn btn-primary" ClientIDMode="Static" />
If anyone has come across this issue and found a solution, please let me know
Thanks & Regards,
Linh Nguyen
*This post is locked for comments
I have the same question (0)