I have a DotNetNuke site, and today a customer called in and said it wasn't working on IE 10. Specifically the login and register links weren't working, but they do in compatibility mode. I took a look on our test windows 8 machine and saw that it was failing because __doPostBack
was undefined. I've been searching for a fix for the last 6ish hours, and what I've been able to find is that apparently the IE10 user agent is covered in the ie.browser file and that I should install this hotfix and reboot the server. That didn't work. I haven't noticed any changes, even though I think the new ie.browser file should match the new user agent.
What other steps can I take to fix the problem? Note: the server is running .NET 3.5 with service pack 1 on Windows server 2003. The site is running DotNetNuke 05.06.02. Any suggestions would be greatly appreciated.
App_Browsers
on your project, and have there theie.browser
, and not change that also but only apply the patch, that updates the globalie.browser
, yours project is overight it and not allow the patch to actually fix the issue. The issue here is solve with a change on the browser definitions. – Enneadhttp://www.hanselman.com/blog/content/binary/App_BrowsersUpdate.zip
and compare if you can the ie.browser with yours on global to see if they are the same. – Ennead