I've set up Web Deploy on a destination server, and I can verify this because I've created a Publish Profile in Visual Studio, and it validates/works when I use my credentials. Now I want to set it up with an IIS Manager User so I can share those credentials instead of managing multiple accounts. I created an IIS Manager User, gave it access to the site I publish, and try to verify the Publish Profile still works. It fails.
Connected to 'srvr' using the Web Deployment Agent Service, but could not authorize. Make sure you are an administrator on 'srvr'. Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_USER_NOT_ADMIN.
The remote server returned an error: (401) Unauthorized.
Looking at the Security logs in Server Manager I can see that it tried (and failed) to validate the IIS Manager User as an account.
Why is srvr
looking for an account for the IIS Manager User? How can I set it up to use another account? Do I need to do something special under Management Service Delegation? If so, what? (All the instructions I've found seem to set up what I've already got despite claims of including how to set up non-admins or IIS Manager Users.)