Run app on windows authentication mode without the credentials popup

274 views Asked by At

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 ?

0

There are 0 answers