My application should run on Windows authentication mode and in the app I should got the log in name of the user. I read the name from the Request
Request.LogonUserIdentity.Name
But when publish on IIS all user got the credential popup window on each page redirect So which mode could handle it and solve this issue !
Enable the Digest authentication or windows or what on my iis ?