Azure Web Apps 500 - 请求在4分钟内超时

时间:2016-12-29 13:17:55

标签: azure timeout azure-web-app-service

我们在Azure Web Apps中托管了sitecore CMS(asp.net应用程序)。在web.config上,excutiontime已设置为1小时,会话和表单auth设置为在20分钟后到期。

当我尝试安装sitecore更新包时,我会在4分钟内收到错误。

<html><head><title>500 - The request timed out.</title></head><body>  <font color ="#aa0000">         <h2>500 - The request timed out.</h2></font>  The web server failed to respond within the specified time.</body></html>

感谢您是否可以帮助我了解Web应用上是否存在覆盖我的web.config设置的明确超时设置?如果是,我们如何增加?

我看过一些主题帖但没有帮助:

Azure Web App or App Service: Service calls(web server) times out after nearly 4mins

How To Prevent HttpWebRequest with long response from timing-out Azure Web App

感谢。

0 个答案:

没有答案