Please help me with the queries below...
===
@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:
=======
<!--<authentication mode="None"> <forms loginUrl="~/Account/Login" timeout="2880" /> </authentication>--> <authorization> <!--<deny users="?" />--> <!--<allow users="*"/>--> </authorization> <identity impersonate="true" />