I have a Windows 2012R2 server running IIS 8.5 and Web deploy 3.5. I am tring to set up an enviroment to allow domain users to publish thier apps to a site. When the user is added to "IIS Manager Permissions" at the app level; web deploy fails with the"ERROR_USER_UNATHORIZED: (401) Unauthorized". If I add the user to "IIS Manger Permissions" at the site level; web deploy work fine. But then the user as right to all the apps under that site, which is undesired.
Is there configuration I am missing, to allow a user to publish at the app level and not the site level?
Thanks,
Tim