make Sir, I am working with an MVC Application.
When I run the application, I am getting an error:-
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
Here the asp code I did:-
But when I add default1 to the query string section, the program is running perfectly.
Why is this error?
Please give a solution for this.

venkata kumarPosted Oct 5, 2013, 6:54 AM
in your home controller you place fallowing code
public actionresult Form1()
{
return view();
}
Sunny SharmaPosted Oct 5, 2013, 2:07 AM
Sanjeeb LenkaPosted Oct 5, 2013, 2:06 AM
you have to do routing in Global.aspx.
see any beginner tutorial of MVC you will get that how to do Routing.
if any problem share your project i will do the task.