Hi,
I have an old .NET 1.1 website and my client want it to run properly on IE10 without activating compatibility view on Browser.
I tried to add meta tags <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE10" /> but it doesn't solve my problem.
I found solution for ".NET 2.0 or higher version issues with IE10" but not for .NET 1.1.
Thanks in Advance,