Base solution for your next web application
Open Closed

Timeout error while connecting to WCF service #9610


User avatar
0
sumitshah created

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version? ASP NET Zero v7.2.0
  • What is your product type (Angular or MVC)? Angular
  • What is product framework type (.net framework or .net core)? .net core

We are giving a call to WCF service which does some processing

When it takes a longer time we are encountering the below error.

We are able to increase the send timeout from the Service Reference file in the application and the it was working as desired.

But when we deployed the app on IIS, it was not honoring the specified sendTimout property and started giving a different error.

How can we solve this issue.?


3 Answer(s)
  • User Avatar
    1
    ismcagdas created
    Support Team

    Hi @sumitshah

    Could you share where do you host your websites ? Is it Azure ?

  • User Avatar
    0
    sumitshah created

    The website is hosted on premise in IIS.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Then, you can check;

    1. Website's logs in App_Data/Logs/Logs.txt file.
    2. IIS logs
    3. And finally windows event viewer logs to see if there are any errors about this.

    It seems like this is not related to AspNet Zero.