IIS, IIS8, Internet Explorer, Software, Technology, Web Development, Web Server, Windows 2012

Windows 2012: Update IE Settings for all Users with GPEdit

The most straightforward way to apply blanket updates to Internet Explorer settings for all users on a particular machine is to use the GPUpdate.msc tool to set the local group policy. Finding where these settings are in the group policy can be a challenge in itself.

In the following article I will review:

  1. Where to go in the local group policy to enable IE compatibility mode for a specific site on your local network
  2. How to set what sites are considered to be on your local network
  3. How to change an advanced setting for sites on your local network
  4. Dealing with IE  Enhanced Security Configuration errors

Continue reading “Windows 2012: Update IE Settings for all Users with GPEdit”

Advertisement
Internet Explorer, Malware, Penetration Testing, Programming, Security, Software, Various Languages

A Basic Look into WPAD

WPAD stands for Web Proxy Auto-Discovery protocol. At this point in time it’s still supported by most browsers although it is an old protocol now. Most companies don’t rely on WPAD because of its inherent vulnerability to man in the middle attacks. Continue reading “A Basic Look into WPAD”

.Net, ASP.NET, CSS3, HTML, HTML5, IIS6, Internet Explorer, JavaScript, JQuery, Programming, Software, Web Development, Web Server, WebForms, Windows 2003

ASP.NET Doesn’t Detect IE11

ASP.NET
ASP.NET

The issue of .NET 4.0 Web pages not rendering properly for specific versions of Internet Explorer is a repeat of the recent inability of the ASP.NET engine to detect IE 10 .  Frankly, I’m surprised that this continues to be a problem and that Microsoft has not come out with a long-term solution other than urging developers to upgrade to ASP.NET 4.5 or face constantly having to deal with detection problems.

In particular ASP.NET 2.0 and ASP.NET 4.0 are in constant danger of serving non-functional Web pages to new versions of Internet Explorer. I do not have sites running ASP.NET 2.0, but have seen this issue happen with .NET 4.0 sites.

I faced this issue previously with the release of IE10. Sadly, while the patch worked nicely for the first release versions of IE10, the recent patch for IE11 does not work at all, and it is looking doubtful that Microsoft will be releasing a working patch for Windows Server 2003 since they plan on discontinuing support for it in 2015 (specifically in: 07/14/2015).

As you may have noticed, I mentioned above that the MS patch worked for the release versions of IE10. That’s because the patch that worked for IE10 did so only to a point. Midway through 2013 Microsoft released a patch for a zero-day exploit that somehow altered the signature of IE to an extent where the .NET 4 engine was no longer able to identify IE10 correctly, and I was back to trying to get the .NET engine to properly serve Web pages. Continue reading “ASP.NET Doesn’t Detect IE11”