Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Webdeploy Issues: Cannot deploy unless admin

Tags:

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 taken:

  1. Created IIS user account
  2. Give the account access to the relevant website
  3. Setup deployment for the site granting the iis user account permissions to deploy
  4. Ensured that the WMSVC has full rights to the physical folder
  5. Add the IIS user account to the relevant rule in Management Service Delegation

I get the following error back:

Unable to perform the operation. Please contact your server administrator to check authorization and delegation settings. 
like image 940
Samuel Goldenbaum Avatar asked Aug 07 '12 11:08

Samuel Goldenbaum


People also ask

Can't connect to remote server web Deploy?

This error indicates that you cannot connect to the server. Make sure the service URL is correct,firewall and network settings on this computer and on the server computer are configured properly,and the appropriate services have been started on the server.

How do you check Webdeploy is installed or not?

You can verify web deploy is installed by going to the "Programs and Features" control panel and looking for "Microsoft Web Deploy 2.0" in the list of installed programs. If it is not there, you can install it via the Web Platform Installer by going to the "Products" tab. It is listed as "Web Deployment Tool 2.1".

How do I Deploy MSDeploy?

deploy. cmd file or by using MSDeploy.exe directly, you need to specify a computer name or a service endpoint for your deployment. If the destination web server is configured for deployment using the Web Deploy Remote Agent service, you specify the target service URL as your destination.


1 Answers

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

like image 148
Samuel Goldenbaum Avatar answered Oct 05 '22 00:10

Samuel Goldenbaum