I've started working on my master's project and decided to try something new and use ASP.NET MVC 2. I have Windows 7 Pro and Visual Studio 2010.
I've been following this tutorial http://www.asp.net/mvc/tutorials/mvc-music-store-part-1 and what's driving me insane is that I cannot even get past the first step. I setup my project exactly as the tutorial says, start debugging and all I get is:
Server Error in '/' Application. The resource cannot be found. Description: HTTP 404.
What the hell? I checked the default MVC application that VS01 builds when you choose "ASP.NET MVC 2 App" instead of "ASP.NET MVC 2 Empty App" and it works. I am clueless...