I have two sites localsite.a,localsite.b ,But clients only know that localsite endpoint.
I use iis application request routing metod to route these sites.I want to make windows authentication so
I change localsite authentication metod to windows and localsite.a and localsite.b also in anonymous authentication
I have also three application pool(localsite,localsite.a,localsite.b).When localsite application pool works as application pool identity
user there is no problem.When client comes windows logon appears and when write password it is passed.But when I change
the localsite application pool user to the spesific domain user.It is not works.Is there any configuration to arr rule when
ı want to use spesific user in my application pool.
Basically I want to enable windows authentication with using arr in my sites and only spesific user run application pool.
localsite-->windows authentication enabled-->application pool user spesific domain user(when it is application pool identity ,it works)
localsite.a-->anonymous access-->application pool works application pool identity
localsite.b-->anonymous access-->application pool works application pool identity