Questions tagged [microsoft-web-deploy]

Microsoft Web Deploy is a tool to simplify the migration, management, and deployment of IIS Web servers, applications, and sites. Administrators can use command-line scripting with Web Deploy to synchronize IIS 6.0 and IIS 7.0 servers or to migrate an IIS 6.0 server to IIS 7.0.

Microsoft Web Deploy is a tool to simplify the migration, management, and deployment of IIS Web servers, applications, and sites. Administrators can use command-line scripting with Web Deploy to synchronize IIS 6.0 and IIS 7.0 servers or to migrate an IIS 6.0 server to IIS 7.0.

148 questions
3
votes
3 answers

msdeploy error ERROR_USER_UNAUTHORIZED: Web deployment task failed

Web deployment task failed. Error ERROR_USER_UNAUTHORIZED We are using Tfs Build Automation and msdeploy for publishing an web application on remote machine. On "Visual Studio Build" step we set this parameters on "MSBuild Arguments":…
Omid Shariati
  • 1,904
  • 5
  • 22
  • 44
3
votes
2 answers

Publish Profile Copy Files To Relative Destination

I have a publish profile in visual studio 2017 I am trying to copy files from another project. No issues doing so when going to a simple relative directory. However, have a problem with the double recursion going on in the source, making it harder…
Anicho
  • 2,647
  • 11
  • 48
  • 76
3
votes
1 answer

Azure WebApps Deploy with Jenkins

I'm ripping my hair trying to publish a .Net app to Azure WebApps using Jenkins. Following this guide, I get stuck with the following error: P:\Scripts\Azure\PublishProfiles\my.PublishSettings(1,1): error MSB4068: The element is…
Johan
  • 5,003
  • 3
  • 36
  • 50
3
votes
1 answer

web deploy - IIS Manager User IISWMSVC_AUTHORIZATION_SERVER_NOT_ALLOWED

I have an azure VM with IIS and all the required firewall rules for web deploy setup. I can deploy my site if I use my windows admin account, but not with an IIS Manager user. I think I've created all the necessarily requirements and can also…
user6320590
3
votes
3 answers

Visual Studio 2015 exception SqlScriptPreprocessSqlVariables when running web publish wizard with update database

Update: I have reproduced the same Error with a new empty VS2015 WebApplication project. Added a connectionString to a new empty SQL database Added a sql-script file to the solution and selected publish... in the publish wizard. Example of web…
3
votes
2 answers

Visual Studio 2013 Premium solution load errors after Update 3

I installed VS2013Update 3 and now I get errors when opening an solution: The 'Microsoft.VisualStudio.Web.Publish.WebPublishPackage,MircosoftVisualStudio.Web.Publish' package did not load correctly. And The 'ScaffoldungVSPackage' package did not…
seso
  • 187
  • 3
  • 17
3
votes
1 answer

Visual Studio 2012 'Publish Profile' to Windows Server 2008 - 'Destination not compatible' error

I am deploying a website form Visual studio 2012 to a Windows Web Server 2008 R2. I can connect to Web Deploy fine - though I get this error: 1>(27/05/2013 21:03:29) An error occurred when the request was processed on the remote computer. 1>Source…
niico
  • 11,206
  • 23
  • 78
  • 161
3
votes
1 answer

Orchard CMS - Settings.txt exclude webdeploy

How to exclude the \App_Data\orchard\App_Data\Sites\Default\Settings.txt from a webdeploy of Orchard CMS (compiled from source) Have tried a number of different file paths, and a straight Settings.txt. It always uploads again. settings all…
2
votes
1 answer

How do I install Web deployment tool for VS 2010

I am opening a solution in Visual Studio 2010 and it's complaining about a wdproj file and says it can't open that project. I see that there is a web deployment tool to install for 2008 but i don't see the equivalent for 2010. I see this question…
leora
  • 188,729
  • 360
  • 878
  • 1,366
2
votes
0 answers

Basic doubts on generating package for Web Deploy 2.0 with Visual Studio 2008

I am trying to deploy a Visual Studio 2008 project to IIS using Web Deploy 2.0 and after reading a lot I am still lost. Nearly everything I found is about Visual Studio 2010 (maybe WebDeploy 2.0 is not compatible with Visual Studio 2008?). Here is…
Oscar Foley
  • 6,817
  • 8
  • 57
  • 90
2
votes
1 answer

ERROR_USER_UNAUTHORIZED when deploy to IIS 7.5 when using IIS manager user

I'm trying to deploy from a teamcity server to my iis server but I get unauthorized when I use an IIS Manager user set up in IIS. If I use a Windows account it works just fine. Am I missing something? I thought it was enough to create an IIS Manager…
Tomas Jansson
  • 22,767
  • 13
  • 83
  • 137
2
votes
1 answer

What does WebDeploy 2.0 install?

I am purposing using WebDeploy 2.0 in my organization, and the question has been raised to me, What allEXE's/DLL's/Registry keys does installing this product put on the server. Is there a place that I can find that information? Thanks
2
votes
1 answer

Deploying via WebDeploy over command line fails due to invalid operation

I'm trying to automate the deploy-process with TeamCity and WebDeploy. Click-One-Publish out of the IDE works fine, but called from my ANT-script it fails due to invalid request. Here my ANT:
amens
  • 125
  • 1
  • 11
2
votes
3 answers

Deploying ASP.NET to single server without service interruption

Possible Duplicate: How Do I deploy an application to IIS while that web application is running How to deploy an ASP.NET Application with zero downtime Publishing/uploading new DLL to IIS: website goes down whilst uploading Is smooth deployment…
kenwarner
  • 28,650
  • 28
  • 130
  • 173
2
votes
1 answer

Automatically deploy VueJS with Visual Studio

I found this question. Right now, my deployment works as follows: Hit the web depoly button in VS. In the old ASP.NET world, this was all that had to be done. Open the developer command prompt. Run npm run build Open the project folder and find the…
André Reichelt
  • 1,484
  • 18
  • 52