i got stack on my project the problem is after adding new controller class and views for the actions unable to link the views with existing views *
The resource cannot be found
.* i have home and account controller classes which work well and i add new controller class users and i have to action methods index and adduser both have view but anytime when i try to retrieve view from the new controller class it dosnt found the pages. eg <%= Html.ActionLink("users", "Index", "users")%> please help !!!