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

javascript - Knockout pushing observable and computed data to an observable array -

'hasOwnProperty' in javascript -

Trouble making a JSON string -