I have an ASP.NET MVC 2 app that I have just deployed to IIS7. The app works fine except all static content (js, css, images) are returning blank.
I have the static content handler configured above the MVC handler.
I have looked in the IIS logs and for the static content a HTTP 302 status is returned, but I still can't see them on my page.
Any ideas? Anything else I can check or try?