I have a web server running Windows Server R2 Standard and am experiencing the problem described in this blog post: http://www.hanselman.com/blog/BugAndFixASPNETFailsToDetectIE10CausingDoPostBackIsUndefinedJavaScriptErrorOrMaintainFF5ScrollbarPosition.aspx
In short, .Net cannot recognize IE10 and treats it as a downstream browser without javascript support - if I understand the problem correctly.
I have tried the following popular solutions:
- Both fixes for .Net 2 and 4 are installed.
- Manually update the browser definition files in the .Net framework configuration folder and run aspnet_regbrowsers.exe.
- Place the new browser definition files in the App_Browsers directory.
Finally, I upgraded to .Net 4.5, which solved the problem for .NET sites running on the server, however .Net sites are still experiencing this problem.
Since it is a live web server, it has had many Windows updates that have not been installed. I thought maybe there was an update that would help solve this problem. So I looked through the updates, but none of the descriptions seems to fix the problem, so I can not justify their installation and potentially create more problems.
Does anyone have any other solutions or possible reasons why this issue simply will not disappear?
user2185554
source share