Search Results

Search found 1 results on 1 pages for 'billyonemate'.

Page 1/1 | 1 

  • Html.RenderAction - the controller for path '/' was not found

    - by billyonemate
    Using ASP.NET MVC 2 and and Html.RenderAction in my masterpage implemented as below throws an error with "the controller for path '/' was not found": I'm a bit of a newbie, do i have to do something in RegisterRoutes to make this work? <% Html.RenderAction("TeaserList", "SportEventController"); %> public class SportEventController : Controller { public string TeaserList() { return "hi from teaserlist"; } }

    Read the article

1