I've just installed ASP.NET MVC on my Vista x64 box, and created a default ASP.NET MVC project with no modifications. When I attempt to browse the application, I simply get the usual useless "Internet Explorer cannot display the webpage" message.
I've tried setting a breakpoint in Global.asax, but it's not being hit at all. Cassini seems to be running as it's supposed to.
I have another Vista x64 machine where ASP.NET MVC works fine. The only differences I can think of between those two machines is that on the box where it doesn't work, I have also installed the F# CTP and Visual Studio 2010 beta 1.
Can anyone suggest how I can troubleshoot this problem?