To deploy via web deploy to IIS7 from Tfs Build – does the user tfs build is running under need to be administrator on the destination server?
I am working with MVC 4 .net app.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Requiring administrator access is the default, but MSDeploy supports non-administrator deployments as long as you’re only deploying files, ACLs and database changes. If you need you deploy IIS settings, you’ll still need administrator access.
There are instructions on configuring non-admin deployments on iis.net