Click here to Skip to main content
15,890,825 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,I have a web app that i have deployed on azure and after a short while I get HTTP 500 (The request timed out). sometimes the homepage comes up sometimes it doesn't,Is there anything I can do to fix this? when its running locally it has no problem.

What I have tried:

re-deploying the app with different publish settings, checking the server settings.
Posted
Updated 20-Sep-18 12:40pm
Comments
Dave Kreskowiak 20-Sep-18 18:46pm    
HTTP 500 errors means you're server-side code either crashed or didn't respond at all. Wihtout further information, it's impossible for anyone to tell you what's wrong.

1 solution

500 is a very general error. Do you get a detailed error message, and if so, please post it.

Some questions:

Where does your app get data from - is it on Azure as well?

How long is "a short while"? Azure has a 230 second timeout. How long is it taking before you see this message?

How long does it take on your development platform to return the page/results? What I'm getting at is whether this particular application is doing something particularly processing intensive that may be causing a long delay, versus an application permissions/configuration issue that might be present only in the Azure environment.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900