I have a MVC website that was working fine on one dev machine. I moved it to a new dev machine and navigation to anything but the default index fails with a resource not found error. I've set breakpoints in all the controllers and nothing is being hit. Both machines are .net 3.5 sp1, MVC v1.0. The original dev machine was XP, the new one is VISTA. I've successfully worked other MVC projects on the new machine before.
Any ideas of what to check?