This is a very basic question. I feel kind of silly asking about it but I'm kind of stuck and hopefully some here can save me some time. So I open VS2008 go to file new ASP.NET MVC Web Application and click ok. I choose to create the test project. I hit F5 to debug my new MVC project. Then I choose to modify the Web.Config file to enable debugging. It goes to http://localhost:57323/ where I get a page load error.
Firefox can't establish a connection to the server at localhost:57323.
Is there something special I need to do for vista? Or is there something I need to do with IIS.
Thanks for helping a noob.
6/30/2009 Update
Ok, I think I might have to re-install VS2008. The ASP.NET Development Server does open up with the port. I think I've tried everything that has been suggested. I've marked Default.aspx as the start page. I've tried to open it in FireFox/ie 8/ and chrome. I tried uninstalling/reinstalling asp.net MVC that didn't work. I tried telneting in with putty to localhost and port 55992 as telnet doesn't appear to be part of Vista. Just trying to create a web project doesn't appear to work. So I really think it might be visual studio. Oh well, it's just a little frustrating but sometimes it's part of the deal.