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
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
  • 20,711
  • 38
  • 136
  • 286
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,488
  • 15
  • 56
  • 110
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
  • 843
  • 2
  • 12
  • 31
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
  • 2,816
  • 2
  • 25
  • 47
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
  • 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
  • 69
  • 6
0
votes
2 answers

Published website to local IIS 7.5

I published a asp.net mvc 4 website to IIS 7.5 (local) on windows 7 64 bit OS. It takes forever for the website to show up. I am using vs2013. After a long time it shows only the initial page, when I try to navigate to any other page, it just keeps…
0
votes
1 answer

Microsoft Web Deploy v3 or higher is recommended. When Deploying a ASP.NET website to amazon ec2

I followed this tutorial I installed web deploy 3.5,and added the website in iis on ec2 instance im still getting this error . Im using public dns as the service url Thanks in advance Edit: im using visual studio 2012 and website is in .NET 4.5
SkyPunch
  • 294
  • 1
  • 4
  • 16
0
votes
0 answers

Windows Web Deploy not setting 'Connect As' user with proper Domain

I'm trying to migrate a site to a new server using Microsoft Web Deploy. The command I'm using is the following: $msdeployPath = "C:\Program Files\IIS\Microsoft Web Deploy V3\msdeploy.exe" &$msdeployPath '-verb:sync'…
pcort
  • 409
  • 1
  • 6
  • 17
0
votes
1 answer

Permissions necessary to web deploy to IIS site

What permissions are necessary for a user to use web deploy to IIS running on a different server? When I try to deploy from VS 2010 using that users credentials, I get the below error. Error 36 Web deployment task failed.(Remote agent (URL…
Ryan Gates
  • 4,352
  • 4
  • 46
  • 84
0
votes
1 answer

Does CruiseControl.net have debug and release like transforms for config files

I want to use a cruisecontrol.net like web deploy to transform my base web config file using a debug or release adaptation to transform the config file. I know cruisecontrol.net uses something called nAnt, but am not aware of how to take advantage…
1 2 3
9
10