0

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?

Community
  • 1
  • 1

1 Answers1

0

AWS looks to support both 4.0 and 4.5. Can you get the logs from the beanstalk dashboard?

blackmind
  • 1,286
  • 14
  • 27