Webdeploy Issues: Cannot deploy unless admin

前端 未结 2 555
野性不改
野性不改 2021-01-01 16:07

I am trying to deploy a site using msdeploy and cannot get it to deploy under an IIS user account. My admin account is able to deploy successfully.

Steps I have take

相关标签:
2条回答
  • 2021-01-01 16:32

    Following changes fixed my issue.

    Start >> Administrative tools >> Computer Mangement. 
    

    There is a user called WDeployConfigWriter. Set to password never expired and updated in IIS as per the below link.

    https://blog.workinghardinit.work/2011/07/18/wdeployconfigwriter-account-issues-trouble-shooting-web-deploy-2-0-with-lessons-learned/

    0 讨论(0)
  • 2021-01-01 16:52

    Turns out it was an expired password for the WDeployConfigWriter account.

    0 讨论(0)
提交回复
热议问题