После установки .NET 4.7 исключение таймаута запроса веб-сервиса
We have an application, which makes a webservice request to our application server. The webservice request were working fine with .net 4.5 and 4.6, however after upgrading .net to 4.7 the same webservice request times out. We have not done any code changes in our application between upgrade to .net 4.6 and 4.7. The webservice request timeout is set 15 seconds configure in config file.
Что я уже пробовал:
If we set to 30 seconds the webservice request is successful. Not able to understand what is missing that a longer time makes request successful.