I am using Web Deploy to deploy my MVC3 applications from Visual Studio 2010.
All goes perfect when I user the Administrator account of the server in the Web Deploy dialog.
I have a new employee starting. I created a new user on the server. This way, I can disable this user if necessary. I gave Administrator permissions as a test, but sadly this user was not allowed to deploy to the server.
Can anyone tell me what (minimum) permissions I need to give this user so they can deploy applications from Visual Studio?
I don’t know if you ever solved your problem, but I had the same problem today. Reading this article helped me solve it. See #5 in the article for setting up specific user permissions for Web Deploy.