Forum Discussion
Wuttichaik
Jan 20, 2022Copper Contributor
IIS Blank after joined active directory (AD)
HI, I would like to inform you that I had enabled IIS Services After that, It worked normally. Then, I join the IIS Server to domain name when finished restarting the computer, I log in with a u...
Jan 22, 2022
You could add the user to the local Administrators group, it would make the user admin on the whole server but it can't do anything in the domain. Or you could follow this procedure in giving the user specific permissions in IIS (Everything except application pools) https://techcommunity.microsoft.com/t5/iis-support-blog/manage-iis-locally-with-a-non-admin-account/ba-p/1006358
wuttichai-ggt
Jan 25, 2022Copper Contributor
That is working fine, Thanks you for your kindly reply
- Jan 25, 2022Which option did you use from the two? 😊
- wuttichai-ggtJan 25, 2022Copper ContributorBecause I have IIS more than 50 servers, So, I added the user to the local Administrators group by using GPO that is amazing.
However, I tried giving the user-specific permissions in IIS also, but, it did not work and many steps such as enable management service, add user, and connecting to site manually.- Jan 25, 2022Ah, good option to do it like that!