I have a web app that was built with VS Express 2008 that works fine.
However, when I open and run the web site with 2013, "System.Web.HttpContext.Current.User.Identity.Name.ToString()" returns an empty string.
I'm guessing that this has something to do with the built-in web server in Visual Studio, but I do not know where I can enable windows authentication.