I have my mvc 4.0 .net application working fine locally, but after I deploy it to Amazon's elastic beanstalk, the js and css bundles are not working. The response comes back blank. Anyone have this issue?
EDIT: According to this: "CAUTION: provisional headers are shown" in Chrome debugger
The server never responds, leading me to believe that bundles are not supported by elastic beanstalk?
EDIT:
Also, could it be that I moved the code from 4.5 to 4.0?