Hello Team,
I develop a project in asp.net mvc and deploy it on azure portal when i uploading any file from localhost it work properlly but when i upload it from server then its showing error "The web server failed to respond within the specified time".
So Please tell me how to increase response time at azure portal .

Dipa MehtaPosted Oct 4, 2019, 11:19 PM
Ravishankar NPosted Sep 3, 2019, 5:14 AM
Thuyavan GanesanPosted Dec 30, 2018, 12:33 PM
Hi Sudheer,
You can edit / increase response time for your deployed module through azure portal.
Azure website, go to Portal, select your site, CONFIGURE tab and add an AppSettings SCM_COMMAND_IDLE_TIMEOUT to say 3600 (this is in sec - so it is an hour etc.).
Hope this helps...
---------------------------------------------------------------------------------------------------------
Please don't forget to “mark the replies as answers” if they helped, also set "like" it’s a boost for us to keep blogging J