Please help me with the queries below...
Note- Enabled both windows and anonymous authentication in IIS and impersonation is set to false also but still not working(not able to get the app run in anonymous auth/app pool identity)
Using .NET 4.5 CLassic app pool and identity is same for the pool
OP
===
@System.Security.Principal.WindowsIdentity.GetCurrent().Name
Siraj\MScount -------------------> why my windows account/pc name is coming here instead IISUSR /app pool identity
@User.Identity.IsAuthenticated
False
@User.Identity.Name -------------------->why no name displayed here
@User.Identity.AuthenticationType
Config file:
=======
Sachin RPosted May 26, 2015, 4:06 AM
Sachin RPosted May 26, 2015, 4:06 AM
Nanhe SiddiquePosted May 25, 2015, 1:15 AM