Public Class BadUserController Inherits System.Web.Mvc.Controller _ Function Index() Return "Hi " & User.Identity.Name End Function End Class