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)
-
1
Hi @sumitshah
Could you share where do you host your websites ? Is it Azure ?
-
0
The website is hosted on premise in IIS.
-
0
Hi,
Then, you can check;
- Website's logs in App_Data/Logs/Logs.txt file.
- IIS logs
- 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.