I have an azure VM with IIS and all the required firewall rules for web deploy setup. I can deploy my site if I use my windows admin account, but not with an IIS Manager user.
I think I've created all the necessarily requirements and can also remotely connect to the site at site level using IIS, but deploying fails with the following -
IISWMSVC_AUTHORIZATION_SERVER_NOT_ALLOWED
Only Windows Administrators are allowed to connect using a server connection. Other users should use the 'Connect To Site or Application' task to be able to connect.
Is there a setting I need to change when publishing via VS2015 to force it to connect to site level and not server level?
UPDATE
Forgot to mention that I have also set the delegation permissions as described at https://blogs.msdn.microsoft.com/amol/2011/02/09/allowing-non-admin-users-to-deploy-web-applications-on-iis-7-using-web-deploy-2-0/