November 15th, 2009 adminWell this one took a while to track down!!
I’ve been looking at a problem with 2008 where after enabling compression in IIS – javascript and css files still weren’t getting compressed. Enabling Failed Request Tracking showed “UNKNOWN_ERROR” when trying to compress the files(helpful!).
After two days of searching – I eventually found another reference to the problem (along with a fix) here:
http://blogs.msdn.com/asiatech/archive/2009/03/23/iis-7-compression-returns-unknown-error-for-static-types.aspx
Turns out that as a result of hardening the server – permissions to the C: root had changed – and there’s a call to GetVolumeInformation which fails due to this.
Posted in IT Hints and Tips | No Comments »
November 13th, 2009 adminI’ve seen a couple of machines reporting this error now recently. Looking on google I’m not alone as there appear to be reports popping up all over the place!
The most successful solution I’ve seen so far is to download each update and manually install it. I’m still searching for a better solution as this could be very tedious for a lot of PCs! I’ll report back when I have further information.
For now – here is some further reading:
http://social.answers.microsoft.com/Forums/en-US/vistawu/thread/6daddbdd-f7b5-4ea0-9dd8-807d2954beba
http://forums.techarena.in/windows-update/1270535.htm
Posted in IT Hints and Tips | No Comments »Tags: Vista, Windows Update
November 8th, 2009 adminIf you’re installing Joomla on IIS7 and want to enable SEF URLs, check out the web.config file on this page and follow the instructions:
http://learn.iis.net/page.aspx/527/joomla-on-iis/
Nice and easy!
Posted in Joomla | No Comments »Tags: Joomla