I’m not sure if this is the right area for this question/issue, but I’m trying to create a Docker image to include a website. The appPool gets created, but when trying to assign a user to that appPool, I get this…
The userName is in domain\user format while the password does contain some special characters (#, !).
I’m almost certain it’s some type of syntax issue that Docker doesn’t like. I run a container from my starter image and I’m able to run all of my current IIS-related commands in that container, including the one shown above.