Hi All,
I have strange situation. We have server where asp.net 4.0 is only installed and our hosted application, working on IE11 browsers.
That too, without browser files , without IE compataibilty.
But on our developer machines it don't !!
I have same setup as server in terms of patches and .net framework except OS. On dev, its windows 7 and on server its 2008 R2.
Can anyone tell me why its different.
Basically i am checking request.browser.ecmascriptversion.major in global.asax.
It return greater than one in IE11 when server application is accessed. And, same application hosted on dev machine, when browsed... it returns zero.
Now i need answer does it really need Asp.net 4.5 ?