Azure Web Application Raising Internal Server Error when talking to API Web Application -


i have solution consists of web gui front end , web api backend. both use azure ad auth former passing token latter.

this works fine on both localhost , onprem server, when push release azure, 500 internal server error when gui attempts utilise api.

at moment, unable obtain further error detail.

i know little vague, pretty new whole azure platform , unsure how diagnose issue further.

any assistance or pointers people can give appreciated.

cheers

i know little vague, pretty new whole azure platform , unsure how diagnose issue further.

per understanding, follow steps below troubleshoot issue:

for .net web application, add customerrors flag in web.config file , set value on or remoteonly see detailed error message. also, enable diagnostics logging web apps retrieve more details error message. or leverage remote debugging web apps simple way locate specific issue. more details, follow official tutorial troubleshooting azure web apps.

for .net core web application, refer similar issue. additionally, php, refer nfo php fatal error , error log on azure website , change built-in php configurations troubleshoot issue.


Comments

Popular posts from this blog

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -