Archives for February 2010
WER folder eating up disk space on Windows Server 2008
My ASP.NET app, running on Windows Server 2008, suddenly died:
Could not load file or assembly ‘Coolite.Ext.Web’ or one of its dependencies. There is not enough space on the disk. (Exception from HRESULT: 0×80070070)
So I dug around and found that C:\ProgramData\Microsoft\Windows\WER\ReportQueue was taking up GBs upon GBs of space. A rudimentary google showed that this is […]
SVN Hosting Comparison
Updated 19 February 2009:
Between Beanstalk and Unfuddle, I initially chose the former, because I liked its UI better. But then I discovered that the free version of Beanstalk doesn’t have any defect tracking integration. So now I’m using Unfuddle (free version) and it’s been great so far. Performance is ok, the UI is nice (not […]
Getting started with jQuery
Maybe you’re like me a month ago: you’ve heard great things about jQuery; you would love to get to know the basics; but you have better things to do than to aimlessly walk through tutorials. I was lucky enough to be working alongside a jQuery-savvy UI developer on a recent project these past few weeks, […]