I've just published an MVC 5 web application and if I use chrome to access the app everything looks and works great. However, when using ie8 I get the following errors.
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)
Timestamp: Tue, 2 Feb 2016 21:01:53 UTC
Message: Object doesn't support this property or method
Line: 1
Char: 41193
Code: 0
URI: http://localhost/MyTest/bundles/jquery?v=LCTUWYjF9I-Sw3l0P8Zn6_b6478OuizeBkjnoe30Tcc1
AND
Message: Bootstrap's JavaScript requires jQuery
Line: 1
Char: 31
Code: 0
URI: http://localhost/MyTest/bundles/bootstrap?v=-ktyuuYVm8reiCqek-REkH9kFQQZ53F1Ay-TXz9RIew1
I have seen several similar issues online but nothing I've seen addresses my issue.