Good Day
Our IIS is hosting several ASP.NET based web applications on our local intranet. Every ASP.NET Web app has its own app pool which has its own identity, that is a domain account. The local admin can use PowerShell script or AppCmd.exe to see the account password as clear text. We want to prevent this even from the local admin.
Please suggest.