I have an ASP.net 4.0 application running on Windows Server 2003.
I am running Windows 8.1 preview with IE 11 and I am getting the
We are currently using asp.net 4.0 and had this issue for a while. It first appeared with IPad users, and we solved it by creating a IPad.browser file. Then this bug appeared for IE11 users. We installed the KBs above with no luck. The solution: delete all *.browser files (and even the App_Browsers folder itself). Now it works!
I think this is fixed by this KB http://support.microsoft.com/kb/2836939/en-us
More details (for older OS's and .NET versions)
KBs for the IE11 GDR:
I tried every patch that I've seen listed on the internet, including the ones listed here. The only thing that actually seemed to work was installing the .NET 4.5 Framework on the server.
Get it here: http://www.microsoft.com/en-us/download/details.aspx?id=30653
Hope this saves someone a few of the hours I've lost on this one.