I have a DotNetNuke site, and today a customer called in and said it wasn\'t working on IE 10. Specifically the login and register links weren\'t working, but they do in com
There's another config that if exist in web.config overrides Scott Hanselman's proposed fixes:
ASP.NET browser capability sniffer could be configured in 3 ways (overrides each other):
Machine wide in \Microsoft.NET\Framework\\CONFIG\Browsers
Site only by using .browser files in App_Browsers folder
Site only by using Element in web.config
for IE10 add the following case under
:
frames=true
tables=true
cookies=true
backgroundsounds=true
vbscript=true
javascript=true
javaapplets=true
activexcontrols=true
tagwriter=System.Web.UI.HtmlTextWriter
ecmascriptversion=3.0
msdomversion=${major}${minor}
w3cdomversion=1.0
css1=true
css2=true
xml=true
beta=true
crawler=true