If you are using IE10 on windows 8 you may receive a strange error on IE 10:
The problem seems resolved if you force IE10 to IE9 Mode using the The Browser Mode menu in the Developer Tools Interface.
Follow the steps in this article written by Scott Hanselman
And……
- Open a command prompt and run \Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regbrowsers.exe –i
- Do the same on version 2 of the framework
- Restart IIS (e.g., with iisreset)
- Delete the .browser files in your DNN App_Browsers folder.รน
Other useful readings:
http://fkauffmann.blogspot.it/2012/01/aspnet-fails-to-detect-ie10-causing.html
http://geekswithblogs.net/BenBarreth/archive/2012/11/30/asp.net-fails-to-detect-ie10-without-.net-hotfix.aspx
Hope it helps!
No comments:
Post a Comment