ASP.NET MVC Assets 404 on Azure

Fresh azure deploy got you down because your images are 404ing?

Did you neglect to add them to the project?

It seems that in certain deployment scenarios (such as git deployment), only asset files that are included in the project are copied to the IIS server.

Click the “Show All Files” icon at the top of the Solution Explorer, Right click on your folder of assets and choose “Include In Project”

You might also try this trick to automatically include all files in a folder.