When I try
user = System.Web.UI.Page.CurrentUser
or
user = System.Web.UI.Page.User.Identity
I get an error saying that the method is not defined for System.Web.UI.Page... I am trying to access it within a Controller, does that matter?
I've checked to make sure that I do not have another class named Page, Why would it say the method is not defined?
Thanks,
Matt