One of the most commonly encountered issues when developing websites that must support both HTTP and HTTPS pages is the warning that a secure page “contains both secure and unsecured content”. In a nutshell, this is when a page that is being displayed via the HTTPS protocol contains one or more references to additional resources (JS/CSS/Images) using just HTTP. The solution is easy and well documented for locally referenced resources, in that when making the . . .
It looks like the recent Microsoft updates broke ASP.NET / IIS on my development machine. Trying to launch any website hosted on my local IIS server returned a 500 error and the following error message: Calling LoadLibraryEx on ISAPI filter “C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_filter.dll” failed; And checking the event log just returned a similar error message: ISAPI Filter ‘c:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_filter.dll’ could not be loaded due to a configuration problem. The current configuration only supports loading images built for a . . .