Hell Guys, I am learning ASP.net MVC 3 and working on this tutorial (http://www.w3schools.com/aspnet/mvc_models.asp). I have successfully finished all steps up to here but when i click on the Movie tab, i get this errors. Please help me figure out what is wrong. I have Goggled for a bunch of related answers but they didn't help :(
Server Error in '/' Application.
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.Requested URL: /Movies
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.17929

"Please review the following URL and make sure that it is spelled correctly.
Requested URL: /Movies"The URL (web address) /Movies is incomplete, that's why the resource cannot be found.
The address is auto-generated by the virtual ASP.net Development Server so I don't think it is wrong. Here is the address of the page that work without the http "localhost:64651/Home/About"
have you checked if following files has been created: •Create.cshtml
•Delete.cshtml
•Details.cshtml
•Edit.cshtml
•Index.cshtml
if not create these files.
