i asked this question which allowed me to capture user by using:
string userName = this.HttpContext.User.Identity.Name;
in my controller code.
One issue i have is that when testing in visual studio it shows up as an empty string. I want to track this field for my testing.
Is there anyway to have this work in the local ASP.net webserver process on my machine so it it will mimic windows authentication on my server ??