Archive for December, 2007
Running IIS 6.0 and Apache on Port 80 on a single system with different IP’s
Hat tip Vijay shankar ganesh.
Yesterday, I was configuring SubVersion to run under Apache for a client and decided to do a quick check on Google to see if there is SOME way of running Apache and IIS side by side. (more…)
ASP.NET Debugger Timeout . . . Solution Found
… and such a simple solution!
I’ve been fighting this one for quite a while. Glad someone figured out a way around it.
Vault of Thoughts - .NET Blog - ASP.NET Debugger Timeout In Windows Vista
del.icio.us Tags: asp.net,debugger
Using The Web Deployment Project 2008 CTP
Yesterday, I decided to install the CTP of the Web Deployment Project for Visual Studio 2008. I spent a good deal of time getting my projects from Visual Studio 2005 working under this new version so I thought I’d spend a little time reviewing the problems I had and the ultimate solutions. (more…)
Readable Code
Time out today for just a bit of a rant.
A couple of days ago, I posted a top ten list for why you shouldn’t buy Visual Studio 2008. Most people totally got that this was all tongue in cheek. But, I was amazed how many comments I got on YouTube where people took it WAY too seriously. Sigh.. people… just goes to show how shaky this writing medium is. Ah well…
What makes most of the items I suggested in that list funny is that there really are people who believe at least one of the reasons I listed. Including the last one about using notepad and the command line. I had a student in a Java class I was teaching several years ago who told me that the lead programmer where he worked was still using VI (’nix version of notepad) for all of his development. He was also STILL setting the CLASSPATH variable. This when there were free tools available that had intellisense, color syntax highliting, and the CLASSPATH environment variable had died several years prior.
Along these lines, I actually found a blog post by an ex C++ programmer indicating that he believed anonymous types would make the code unreadable. So, let’s look at that in some detail this morning.

