using Microsoft.AspNet.Mvc;
namespace MvcSample.Web
{
public class HomeController
public string Index()
return "Hello World from MVC. Change the controller and save without rebuilding!!";
}