asp.net - My web application is not working on IE10 -


my web application working fine till (on server), stopped working after ie upgraded ie10 version. seems postback code not @ getting called , hence nothing happening.

i tried hotfix suggested in many place (http://support.microsoft.com/kb/2600088) has no effect. tried creating app_browsers folder in application , adding browser definition files manually there no effect.

same application working fine in development machine ie 10 , not on production server.

guys please advice wrong , why hotfix has not worked me. can try make application working.

regards, arpan

try way's .

1: update server/website latest version of .net. version using not recognise ie10 uas. debug websites press f12>script tab, click "start debugging"

script5009: 'webform_getelementbytagname' undefined

use tools>choose user agent string , change uas ie9 , above error message disappears indicating version of .net using on server using uas sniffing.

2: upgrade website .net 4.0. publish website server , change application pool .net 4.

3: http://discusscode.blogspot.in/2012/12/fixing-aspnet-application-for-ie10.html

4: http://www.hanselman.com/blog/bugandfixaspnetfailstodetectie10causingdopostbackisundefinedjavascripterrorormaintainff5scrollbarposition.aspx