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.
Just observed that the view name was Employees instead of Employee
This is how i fixed it @MVC project
<li>@Html.ActionLink("Employees", "Index", "Employees")</li>
No comments:
Post a Comment