I have HomeController with Index() method which defines homepage after log in.
HomeController
public ActionResult Index(){ return View(); }