ASP.NET - MVC3 The Resource not found

Asked By rahul patil on 18-Jun-12 03:53 AM
i am trying for my first MVC3 application in VS2010 given in following link

http://www.codeproject.com/Articles/350478/Basics-of-ASP-NET-MVC3-Part-I#


but i get the issue as

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: /


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1


so how to solve this thanks
Venkat K replied to rahul patil on 18-Jun-12 04:18 AM
First make sure the you have installed VS 2010 SP1 and MVC3 on your machine.
Secondly, how you have hosted the application, have you hosted in IIS? or trying to run the application directly from VS 2010?