Authenticate Web App using Application Pool

69 Views Asked by At

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.

1

There are 1 best solutions below

0
On

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.