Click here to Skip to main content
15,886,748 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i make new project with asp.net mvc and start to learn it (asp.net mvc2 web application)(not empty)
but i do not know which page is my start page in project when i run it ?
by default which page is my start page ?
and i do not know how mvc project work?



also
i change start page and run project but i get erorr with text
"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: /Views/Home/Index.aspx

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1 "
what i can do?
Posted

1 solution

You need to first understand how MVC works and its too big a topic to explain in this forum. Here are few links which might help you.

http://www.asp.net/mvc/tutorials/older-versions/getting-started-with-mvc/getting-started-with-mvc-part1[^]
http://www.asp.net/mvc/overview/getting-started[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900