Two C# Guys

Wednesday, November 16, 2005

Planning

Here's something that Martin Fowler recently wrote in his bliki about why planning is so important:
You can't put ten pounds of shit into a five pound bag

--Anyone who has tried

I thought it was a good way of summing things up.

Saturday, November 05, 2005

Registering IIS with ASP.Net

Here's a command I have trouble remembering, but find myself needing on a few occasions. If you ever need to register or re-register ASP.Net on IIS, use this command:

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis -r

You'll know you need to do this if you've installed the .Net Framework and IIS complains that it doesn't know what the heck to do with all those aspx pages.