I have one issue in MVC .
Currently I am working in MVC and the version is MVC4 . And I have 2 ActionResult Method, see below
[HttpGet] public ActionRe
Here is solution for that problem try it....
[System.Web.Mvc.HttpGet] public ActionResult About() { ViewBag.Message = "Your app description page."; return View(); }