After IE 10 was published, many users had issues like postback/Ajax/javascript not working etc.. with the Asp.net websites. My sites were developed in .Net Framework 2.0
I downloaded the browser update file for ie from below link
www.hanselman.com/blog/content/binary/App_BrowsersUpdate.zip
and created a App_Browsers Asp.net folder in my website project and published.
The sites started working without issue.
There were options to update the browser definition file on the server, but not sure that might break something else, so i downloaded and updated the browser update file to the applications by adding them to the App_Browsers folder that solved my issue.
For more details
Refer
http://www.hanselman.com/blog/BugAndFixASPNETFailsToDetectIE10CausingDoPostBackIsUndefinedJavaScriptErrorOrMaintainFF5ScrollbarPosition.aspx
I downloaded the browser update file for ie from below link
www.hanselman.com/blog/content/binary/App_BrowsersUpdate.zip
and created a App_Browsers Asp.net folder in my website project and published.
The sites started working without issue.
There were options to update the browser definition file on the server, but not sure that might break something else, so i downloaded and updated the browser update file to the applications by adding them to the App_Browsers folder that solved my issue.
For more details
Refer
http://www.hanselman.com/blog/BugAndFixASPNETFailsToDetectIE10CausingDoPostBackIsUndefinedJavaScriptErrorOrMaintainFF5ScrollbarPosition.aspx