here is my root controller :
[HttpPost]
public ActionResult Index()
{
}
but it couldn’t load project it give me :
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.
Try this
The
ActionNameattribute enables you to create a method of one name that relates to another