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.

144 questions
5
votes
4 answers

Better alternative to Web Deploy Projects

I have a solution with a fair few projects, 3 of them web-based (WCF in IIS / MVC site). When the solution builds, it dumps each of the components of this distributed system in a 'Build' folder. Running the 'configurator' part of the whole output…
4
votes
1 answer

In what .targets file is the "Package" MSBuild target defined?

This pertains to Web Deploy and/or Web Deployment Projects (not sure what the relation is between those). Simply curious about the constituent Tasks that I might be able to recompose into a customized package Target.
G-Wiz
  • 7,141
  • 1
  • 31
  • 46
4
votes
2 answers

Deploying to FTP/Web Deploy In Visual Studio 2015

I cannot figure out a way to publish a web project in Visual Studio 2015 CTP using web deploy or FTP. In the Publish wizard, there are only options for Azure, Import and File System. In Visual Studio 2013, there is a Custom option where you can…
AndrewC73
  • 141
  • 2
  • 8
4
votes
1 answer

add powershell script to web deploy package for mvc site

I'm about to deploy a MVC4 site using the Web Deploy utility in VS2012. As I can't have direct connection to the server, I'm generating a 'Web Deploy Package' publish profile, which I upload and deploy using IIS > Import package option. This is…
4
votes
1 answer

Web Deploy 3.0 won't work on CI server

From my local machine to a development server, Web Deploy 3.0 works fine with Visual Studio 2012 publish profiles using the following command: msbuild .\myproj.csproj /verbosity:d…
Ryan Langton
  • 5,861
  • 15
  • 49
  • 93
4
votes
1 answer

MSDeploy API - Allow Untrusted Certificate

I am trying to run remote MSDeploy commands using the MSDeploy API through c#. I am running the following: //test connection by pulling down file list var sourceBaseOptions = new DeploymentBaseOptions(); var destBaseOptions = new…
Doug
  • 6,390
  • 4
  • 54
  • 81
3
votes
1 answer

Customizing web deploy publish procedure

I'm investigating the powerful of WebDeploy based on Scott Hanselman's post. I was using Web Setup Project before, and trying to find an analog for Custom Actions in Web Deploy. Generally, is there a place in WebDeploy procedure I could integrate…
3
votes
2 answers

MSBUILD web deploy package zip file does not inherit permissions from parent folder

I'm creating a zip file from msbuild using the package target. It creates it fine and the folder I'm putting it in has permissions for a user that allows that user to have full control of the folder. However, when I remove the zip file, then run…
Ben Anderson
  • 1,049
  • 2
  • 14
  • 34
3
votes
1 answer

IIS 7.0 IIS Manager does not have the option "Manage Packages" available

Trying to deploy a mvc package, but looking at the instructions here: http://vishaljoshi.blogspot.com/2009/07/importing-web-package-into-iis-manager.html I do not see the "Manage Packages" option visible when I got to IIS Manager->Default Web…
Cem Aykan
  • 53
  • 1
  • 4
3
votes
2 answers

MSDeploy setParameter.xml not transforming web.config

In my "myconfig" config profile transform for web.config i have this under appSettings: When I msbuild with this transform the value is transformed…
red888
  • 18,164
  • 26
  • 123
  • 237
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
  • 4,848
  • 3
  • 32
  • 48
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
  • 16
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
  • 8,315
  • 18
  • 65
  • 125
1 2
3
9 10