Question

website developed in asp.net using windows authentication does not work in IE10 anymore. There was a power shutdown in data center it was hosted. The website works in chrome and it asks for credentials first time. When I log on to server where website is hosted it works properly in IE8.

I get error: This page can't be displayed

Make sure the web address http://monitormanager.xxxx.com is correct.

Was it helpful?

Solution

Do you have the same issue on IE11? Does it work fine with IE9? Older versions of .NET used a single-digit regular expression to identify IE versions and may therefore be identifying your browser as IE1. You can download the hotfix for .NET 4 from http://support.microsoft.com/kb/2600088.

Scott Hanselman wrote about this issue too.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top