Archive for January, 2011
Calling LoadLibraryEx on ISAPI filter “C:\Windows\Microsoft.NET\ Framework\v4.0.21006\ aspnet_filter.dll” failed
Monday, January 24th, 2011If you get the error ‘Calling LoadLibraryEx on ISAPI filter “C:\Windows\Microsoft.NET\Framework\v4.0.21006\aspnet_filter.dll” failed’, it can be fixed by opening IIS manager (start–>run–>inetmgr) and then going down to the websites section. Click on the appropriate website then select ISAPI Filters. under ISAPI filters click on the ASP 4.0 filter and select the remove button. this will remove [...]
Failed to build the subject name blob: 0×80092023
Wednesday, January 5th, 2011We got the error: “Failed to build the subject name blog: 0×80092023“ recently when trying to create self-signed IIS 6.0 certificate. This error is caused when we ran the following command: selfssl /n:site.name.com /k:1024 /v:365 /s:1 /p:443 This problem is caused because the site name does not have cn= in front of it. To fix [...]