Quickly determine the windows identity of an ASP.NET site
Great tip from Dominick to quickly determine the use an ASP.NET, WCF or WF4 service is running under. Add the following ASPX file and hit it with the browser.
<%@ Page %>
<%= System.Security.Principal.WindowsIdentity.GetCurrent().Name %>
Thanks to Dominick
www.TheProblemSolver.nl
Wiki.WindowsWorkflowFoundation.eu