I am developing a program in C # with Web Forms that consume methods of a WCF service.
The following error is coming to me:
Exception "The operation has timed out".
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
How can I solve this? Such error is not compilation.