0

Can we authenticate an Web Application hosted on ISS with Application Identity instead of Windows Authentication.

The Application will have Windows Authentication disabled and Anonymous enabled and the application should be authenticated as with the credentials entered in Application Pool identity.

Kishore Kumar
  • 12,675
  • 27
  • 97
  • 154

1 Answers1

0

If so you should just set anonymous authentication user to Application pool identity. enter image description here

Then authenticate the Login user with your code.

Jokies Ding
  • 3,374
  • 1
  • 5
  • 10