The Problem Solver

Tell me and I will forget
Show me and I will remember
Involve me and I will understand
- Confucius -

Google Ads

This Blog

Syndication

Search

Tags

News





  • View Maurice De Beijer's profile on LinkedIn

Community

Email Notifications

Explore

Archives

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

Published Tue, May 25 2010 15:26 by Maurice
Filed under: , , , , ,

Comments

# re: Quickly determine the windows identity of an ASP.NET site@ Tuesday, May 25, 2010 10:58 AM

or the deluxe version ;)

www.leastprivilege.com/ASPNETSecurityContextTroubleshootingTool.aspx