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
0
votes
1 answer

Visual Studio Web Deployment - update publish profile to "Precompile during publishing"

I currently have a website that is run on Windows Server 2012 R2. I have deployed my site to a specific folder on the server without using the "precompile during publishing" option. The website works and runs fine. However, in order to improve the…
kamo_7
  • 46
  • 2
  • 5
0
votes
1 answer

VS2013 Publish using WebDeploy isn't transforming additional files

I've build simple WebAPI project and not i'm trying to publish it using Visual Studio 2013 build in Publish mechanism (BUILD>Publish) I've pick Web Deploy as publish method, got everything working, except transform files. I have Web.config and…
Misiu
  • 4,738
  • 21
  • 94
  • 198
0
votes
1 answer

ASP.NET web application deployment with web Deploy 3.5

I have a asp.net web application which has to deployed on IIS on another PC without the involvement of Visual Studio. Do I need to package it as I cannot publish it to another PC. I have installed web deploy 3.5 on the other PC and created a…
Vasista
  • 247
  • 1
  • 4
  • 14
0
votes
1 answer

Web deploy issue with sitecore media files

I am using File system for media and trying to get Web Deploy to work between CM and CD but running into issue when I try to publish media item. My WebDeploy.config looks like…
xoail
  • 2,978
  • 5
  • 36
  • 70
0
votes
1 answer

Web deploy 401. IIS and apppool?

Web deploy works when I publish from visual studio but fails when I call msdeploy.exe. The failure is 401 unauthorized but both ways use the same iis account to login. Both ways go via WMSVC. This is the web deploy command msdeploy.exe…
paul rockerdale
  • 377
  • 6
  • 21
0
votes
0 answers

Web Deploy Code First stopped working when existing DB added

I've got a Web API 2 project set up using Code First. The publish dialog was detecting the DB and allowing me to use Code First Migrations. I then added a second DB connection using the steps here. Now when I publish, the dialog only detects the new…
0
votes
1 answer

MS Web Deploy Package ignoring databases when using connectionstring configsource

I am having a problem with Web Deploy packages recognizing SQL. I am using Visual Studio 2015, SQL Server 2014, SSDT Database Project. The workflow is, create a MVC project, create a Database project, and use the Web Deploy Package to run SQL…
0
votes
1 answer

MS Web Deploy creating new folder under Web Site?

I am using the post here to deploy MVC5 application to IIS 8. In IIS i have a web site "Default Web Site" which is pointed to physical location "C:\Inetpub\wwwroot\mywebsite" My build file look like below
LP13
  • 30,567
  • 53
  • 217
  • 400
0
votes
1 answer

Web Deploy - How to create a package with selected items

I would like to try the 'Web Deploy' method to deploy our website. Before my questions, I would like to provide a few details about the current deployment procedure: It is an enterprise site & is hosted on multiple servers (with continuous…
0
votes
0 answers

Azure Web App Deploy via FTP Credential not Working

I have built a web app in ARM (new Portal) with the SDK, and downloaded the Publishing Profile XML file. Inside it has an FTP element with attributes for FTP user name and password. I can log in with those credentials but not upload files - access…
Snowy
  • 5,942
  • 19
  • 65
  • 119
0
votes
1 answer

Auto Deploy with IIS User from Remote Computer

I've set up Web Deploy on a destination server, and I can verify this because I've created a Publish Profile in Visual Studio, and it validates/works when I use my credentials. Now I want to set it up with an IIS Manager User so I can share those…
ricksmt
  • 888
  • 2
  • 13
  • 34
0
votes
1 answer

Styles broken when using Release to deploy a website

I Developed a website using MVC4 and deployed my site using Web Deploy and the Release option. If i use the Debug option, everything is fine. Here are the published URL's: Broken Styles (published with Release option):…
Ewerton
  • 4,046
  • 4
  • 30
  • 56
0
votes
0 answers

MsBuild ExcludeFoldersFromDeployment excludes all folders

I'm having 2 folders in my project directory: .\Scripts and .\bin\Scripts I'd like to exclude the "bin\Scripts" directory from publishing. This is what I tried to do in a wpp.targets file:
Megamind
  • 251
  • 2
  • 16
0
votes
1 answer

What is the difference between Visual Studio Publish Web and the Project Publish Web windows?

What is the difference between these 2 windows in a given project in Visual Studio? Am I correct in assuming that the first pic is the settings of what the project does when it gets published, while the second pic is the dialog to get the Publish…
James Allen
  • 162
  • 1
  • 1
  • 10
0
votes
2 answers

Publishing ASP.NET vNext with Web Deploy?

I've scoured the web for an answer or hints but does anyone have any information on how to deploy an ASP.NET vNext application to a traditional (i.e. regular, not Azure) server using Web Deploy? I had no trouble deploying via the File System…
Ray
  • 67
  • 7
1 2 3
9
10