I\'m using Visual Studio 2012 with Update 2 and IIS Express.
When I add a record to the staticContent section, all other static content (.js, .css, .jpg, etc) retur
If you are using IIS Express in visual studio then there is no need to define staticContent so remove it.
staticContent
By default, Visual studio IIS Express allow all MIME types.