I have a website built using Framework 2.0. In IE10 the javascript postbacks for link buttons don't work. To try to solve this I have followed Scott Hanselman's instructions http://www.hanselman.com/blog/BugAndFixASPNETFailsToDetectIE10CausingDoPostBackIsUndefinedJavaScriptErrorOrMaintainFF5ScrollbarPosition.aspx and added an updated ie.browser definition file to the App_Browsers folder but this has had no effect. However I have other similar websites on the same web server that now do postback successfully in IE10 after I added the ie.browser file to those project's App_Browsers folder.
I have tried an IISReset and I have also recycled the App Pool but no luck.
Does anybody have any ideas what the issue may be? Thank you.