Click here to Skip to main content
15,918,211 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I have created Empty Application in mvc4 using Razor.Then i got error "Resourse cannot be found". I tried lot of ways but still got error. If any one knows Please let me know.
Posted

First check if the controller is added , and in the controller you have the action method defined with a return View()/return RedirectToAction(). If this is done add a view for the action method and in the view add whatever the user wants to view. Make sure you have added Controller and Action to it.
 
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