Questions tagged [msdeployserviceagent]
23 questions
1
vote
2 answers
Is it possible to publish/deploy a web package, using a non-admin account, from the command line only?
The title needs some expansion. In summary, I am finding it impossible to:
Deploy a web site to an IIS 8 host
Using a Web Deploy Package
Using the out-of-the-box publish functionality in VS 2013
Using a non-admin IIS Manager User, which is…

Chris Simmons
- 6,924
- 5
- 31
- 47
1
vote
3 answers
Copying Files in MDT 2013
I am working to automate deployment of Windows 7 along with several application on some XP laptops.
I am able to silently install the OS and most applications but I am having an issue just copying files (no installation) from my DeploymentShare to…

user3838046
- 21
- 1
- 1
- 3
1
vote
1 answer
msdeploy and AppPool running under domain user
I'm using the CompanyApp.deploy.cmd to for remote deployment of a web application package (/t:Package). The AppPool runs under a domain user (because of kerberos), not under Network Service Account.
I am using a local Administrator for…

mawl
- 453
- 1
- 6
- 16
0
votes
1 answer
web deployment with custom requirements using msdeploy
I have 2 .net Web projects Project 1 and Project 2. I am using MSDeploy to deploy both the projects on the IIS using command line (script). I want to create structure like below while deployment to IIS
On IIS
Default Web site\MySite\Project…

Vimal Patel
- 119
- 1
- 1
- 4
0
votes
0 answers
Can we make the package destination location configurable for Msdeploye.exe
I am calling MSdeploy.exe using a command file (.cmd extension)
In there I need to create a package at a specific location which I want to be configurable as it may change for server to server.
Is there any way to make the Destination location…

Sidharth
- 65
- 9
0
votes
3 answers
msdeploy stop working, getting error Code: ERROR_USER_NOT_ADMIN
I am using msdeploy to deploy codes to dev server. this morning it stops working. and I am getting ERROR_USER_NOT_ADMIN. nothing changed, at least not that I know of.
abc\jqin, this user is a domain account, its a local admin. why am I still…

qinking126
- 11,385
- 25
- 74
- 124
0
votes
1 answer
Should I publish http://x.x.x.x/MsDeployAgentService for a public IIS server?
Webdeploy is very convenient from Visual Studio 2010. Today I am using it to publish my project via a remote deploy agent (http://x.x.x.x/MsDeployAgentService) to a production web server facing Internet.
Although administrator password is required,…

Robert Mircea
- 699
- 2
- 10
- 18
0
votes
1 answer
msdeploy returning unauthorized when using the admin account and correct username / password
I am trying to use msdeploy on my web servers using the /MSDEPLOYAGENTSERVICE method and it is continually saying i am not an admin and not authorized but i am using the administrator account and am using the correct password. Internally if i try…

Chris Rice
- 728
- 2
- 9
- 32