System.Web.HttpContext.Current.User.Identity.Name Vs System.Environment.UserName in ASP.NET
What is the difference between System.Web.HttpContext.Current.User.Identity.Name and System.Environment.UserName in the context of a ASP.Net Web Application Project?