Skip to content

IIS

Website Developer Sydney

alphassl the requested property value is empty Exception for HRESULT 0x80094004

alphassl the requested property value is empty Exception for HRESULT 0x80094004 Problem When completing an Alphassl certificate install on IIS using the “Complete Certificate Request” you receive the error: There was an error while performing this operation.Details: The requested property value is empty. (Exception from HRESULT: 0x80094004) Now this is a Typical Microsoft Error in that it really only has meaning to the person who created the error. For us end users stuck in this weird Microsoft world, the error message is trying to tell us that the Certificate you pointed to for the “Complete Certificate Request function in IIS is pointing to a .CER file that is not valid as a certificate for import. So at this point it is time to check what certificate you placed in the .CER file that you are trying to import. Solution In particular with Alphassl certificates, the process of completing a new… Read More »alphassl the requested property value is empty Exception for HRESULT 0x80094004

Mars Edit can't upload images to WordPress on IIS

  Having Troubles Uploading images to WordPress hosted on IIS If you are like me and enjoy a Mac, and WordPress, then you have probably discovered MarsEdit. We were experiencing problems uploading images to our WordPress blog. Upload File ErrorCan’t do upload file for “blog name” because the server reported an error. The server returned an unexpected response code: 413. WordPress Upload File Permissions on IIS You upload an image in WordPress and either you get an error or the image will upload, thumbnails would work but the actual image would not have read permissions. If you can’t upload an image at all, it’s probably because you need to give the IUSR account Read/Write/Modify permission on your wp-content folder.  This will allow you to upload, and do the WordPress & plugin updates. Alos, you may you need to do is give the IIS_IUSRS group Read permissions on your “C:\Windows\Temp” folder. Make… Read More »Mars Edit can't upload images to WordPress on IIS