Search code examples
asp.net-mvc-4iis-7.net-4.5bundling-and-minificationbootstrap-4

MVC 4 Bundlings are not renderd after hosting in IIS


I have hosted MVC 4 application in IIS. Which is developed using .Net 4.5. After hosting CSS and JS are not rendering in IE11 but it works in Chrome

Below is the BundledConfig.cs

enter image description here

In Layout.cshtml i have called to render

enter image description here

While Running in IE11 in Network tab it shows as below, enter image description here


Solution

  • Finally I found the answer, Application was not working properly in IE 7 mode and changed to Edge mode.

    <meta http-equiv="X-UA-Compatible" content="IE=edge">