javascript - Azure web app throwing error when referring to non-existent path -


is there reason why web app inside azure web app returning 404 error saying:

failed load resource: server responded status of 404 ()

the path file is: https://web-app-name-here.azurewebsites.net/resources/demos/style.css

if project files , folders, not have recources folder, nor demos folder , sure no style.css file.

can message turned of inside portal.azure.net? or can path deleted azure / web app doesn't check anymore?

thanks in advance.

have searched actual code reference file?

or have been there , bot trying re-read it?


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -