ASP.Net Fails to Detect IE10 without .Net Hotfix
Posted
by Ben Barreth
on Geeks with Blogs
See other posts from Geeks with Blogs
or by Ben Barreth
Published on Fri, 30 Nov 2012 14:22:45 GMT
Indexed on
2012/11/30
23:06 UTC
Read the original article
Hit count: 327
Benny Mathew recently alerted us that he couldn’t create, edit or delete posts on GeeksWithBlogs in IE10 (Windows 8). It turns out the problem is that ASP.Net fails to detect IE10 causing a javascript error on postback. We’ll be applying a hotfix to the .Net framework on GWB shortly to fix this issue. In the meantime you can use the simple workaround outlined below. (Note that if you create posts using Windows Live Writer you won’t have this issue creating posts).
- Log into your GWB Account and go to the “Posts” page.
- Hit F12 to bring up the developer window in IE10.
- Click on the ‘Browser Mode’ option and change it to IE9.
- You should now be able to create/edit/delete posts in GWB.
Note this also fixes any other sites in IE10 that might not yet have the hotfix applied. You can tell if the hotfix is the likely culprit if you’re using IE10 and see the following error in the Web Developers Console area:
SCRIPT5009: '__doPostBack' is undefined
Let us know ASAP if there are other issues you are experiencing that aren’t fixed by this workaround!
© Geeks with Blogs or respective owner