I have created a new ASP.NET MVC project using the MVC Project Template. According to the book I am reading the ASP.NET MVC book I am reading (Pro ASP.NET MVC framework by APRESS) the application is supposed to just run out of the box using the Visual Studio Development Server.
It DOES compile and run but IE returns a page load error...specifically the following error:
This problem can be caused by a variety of issues, including:
•Internet connectivity has been lost.
•The website is temporarily unavailable.
•The Domain Name Server (DNS) is not reachable.
•The Domain Name Server (DNS) does not have a listing for the website's domain.
•There might be a typing error in the address.
•If this is an HTTPS (secure) address, click Tools, click Internet Options, click Advanced, and check to be sure the SSL and TLS protocols are enabled under the security section.
I am running Visual Studio 8 on Windows 7 RC1. I do have IIS installed and running on my machine.
I would prefer getting this to work using the VS Development Server but I have no idea why the page doesn't load.
EDIT
Even with firewall turned off...same problem. I use Windows Firewall.
I am running Visual STudio AS AN Administrator...fyi.
Seth