Seems to work :)

 
namespace NevYn.se.Controllers
{
    [HandleError]
    public class HomeController : Controller
    {
        public ActionResult Index()
        {
            ViewData["Message"] = "Welcome to ASP.NET MVC!";

            return View();
        }

        public ActionResult About()
        {
            return View();
        }
    }
}
© 2011 NevYn.se Suffusion theme by Sayontan Sinha