Identity

  • Thread starter Thread starter rn5a
  • Start date Start date
R

rn5a

What does the statement

ASP.NET runs with IIS identity

mean? Does it mean ASP.NET is running with ASPNET identity or
IUSR_<MachineName> identity or <MachineName> identity?

Thanks
 
Hello (e-mail address removed),

it means that IIS run under the standard identity (role/user), which is
IUSR_<MachineName>
---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
 
Back
Top