MVC app works fine in chrome, Firefox but not in IE11

时间:2017-06-20 12:34:35

标签: asp.net-mvc internet-explorer-11

I have a small MVC app, all this app must do is to take search string parameter via text-box and search the database return the data based on the parameter entered. This app works fine in the two of the browser that I have on my machine, it works in chrome and firefox but goes to complete freeze on IE11, it freezes so much so that it cannot even open developer tools nor respond to any click on the landing page.

I am not even too sure what code should I post because I doubt it has something to do with it and if does go down to code I am not sure which part because like I said it works perfect in chrome and firefox

I tried adding the line <meta http-equiv="X-UA-Compatible" content="IE=edge"> on the layout page but that made no difference whatsoever

1 个答案:

答案 0 :(得分:-1)

通常无法在浏览器中打开开发工具表示在后台运行密集型操作。尝试在输入应用程序的URL之前打开开发工具。有时你可以找到一些永远循环的请求,或者错误的javascript。