I have a site that is built using c# in MVC5. Everything works fine in testing environment which is hosted on IIS Express. But as soon as I published the site to the proper IIS that will host it online the pages render very differently. Not all css is changed but some is and it seems to effect the js code as well. Here is an example of what the difference looks like between iis express and production.
What makes all of this so strange is that there is no error in either Visual studio of the dev console.
Any help would be greatly appreciated as i cannot figure this out for the life of me.