I’m using links like this within my Razor MVC3 files:
<a href="/Weather/">
<a href="/Entertainment/">
But the links all show the following message:
File /Weather/ was not found
File /Entertainment/ was not found
Is there something wrong with the way that I am specifying the link. The links are valid and the code works.
If you’re linking to other controller actions, you should use the
Html.ActionLinkmethodMSDN article