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 -

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

java - How to implement an entity bound odata action in olingo v4.3 -