I have this error:
Error executing child request for handler 'System.Web.Mvc.HttpHandlerUtil+ServerExecuteHttpHandlerAsyncWrapper'.
with inner exception:
Child actions are not allowed to perform redirect actions.
Any idea why this happening?
Incidentally, the error is happening on this line:
@Html.Action("Menu", "Navigation")
The Menu Action in the Navigation Controller looks like this:
public ActionResult Menu()
{
return PartialView();
}
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…