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
In Layout.cshtml i have called to render
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">