lllgnslbdllssr
Posts: 6
Joined: Tue Jul 12, 2022 11:56 am

How to set IIS app pool identity credentials from dialog user input

Hi everybody,

I need to install a web application in IIS environment.

So I want that a user types some user credentials (I know that this user must exist on machine) and this user must be used as the application pool execution user. How I can achieve that?
Catalin
Posts: 6611
Joined: Wed Jun 13, 2018 7:49 am

Re: How to set IIS app pool identity credentials from dialog user input

Hello,

You can achieve that by using the properties that the user inputs (e.g. POOL_ACCOUNT and POOL_PASSWORD) and then use them in IIS page --> your application pool --> "Identity" tab.
Screenshot_142.png
Screenshot_142.png (31.66 KiB) Viewed 679 times

Hope this helps!

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”