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
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
  • 313
  • 1
  • 4
  • 19
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
  • 419
  • 1
  • 6
  • 19
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…
0
votes
2 answers

How do you deploy a MVC4 .net app to production WITHOUT Web Deploy

I'm trying to deploy one of the default template apps that VS2012 generates for MVC4 to a production server (not on Azure). It turns out that I'm not smart enough to figure out how to get Web Deploy working. After spending an hour on diagnosing…
John Shedletsky
  • 7,110
  • 12
  • 38
  • 63
0
votes
1 answer

Deploying connection string

I have these files: Web.config Web.Debug.config
d0001
  • 2,162
  • 3
  • 20
  • 46
0
votes
2 answers

Temporary file upload location in Asp.Net MVC web deploy

I use Visual Studio 2013's "Publish" and Web Deploy to publish my Asp.Net MVC 5 website. However when I update my website, it won't work during the upload. I'm looking for a way to minimize the downtime of the website during the update. The website…
0
votes
1 answer

WebDeploy to Azure failing

I am using the below code to deploy via WebDeploy to a Azure website. I can deploy to the same site with WebDeploy with Visual Studio 2013 using the same server and credential information, but when I run the code below it keeps failing and telling…
John C
  • 1,761
  • 2
  • 20
  • 30
0
votes
1 answer

How to skip Virtual Directories in Web Deploy Command line?

I use web deploy command line batch files to sync Staging and Production servers. Production server has some virtual directories that are being shared between nodes (on Shared Drive). I would like to skip virtual directory bindings from being…
HawkEye
  • 205
  • 4
  • 9
0
votes
1 answer

Web Deploy 3, excluding assemblies (not PDBs)

Using Web Deploy 3, is there a way to exclude certain assemblies which a project depends on? The scenario is: Install the first package, platform-like assemblies. Then we install product-like assemblies Yes, I know that that we can use…
msuhash
  • 266
  • 3
  • 12
0
votes
1 answer

Receiving an error doing code first MVC web deployment

I have set up a remote server running SQl Server Web edition and full IIS 7.5. I am able to deploy my MVC 4 application to the remote box without issue, but when I try to run the website I receive the following error: Login failed for user 'IIS…
Julian Dormon
  • 1,767
  • 4
  • 32
  • 58
0
votes
1 answer

App pool sync using WebDeploy to remote host

I'm trying to sync an app pool from my local machine to a remote server using IIS Credentials this is the command I run msdeploy.exe -verb:sync -source:appPoolConfig='MyAppPool' -dest:appPoolConfig, …
kay.one
  • 7,622
  • 6
  • 55
  • 74
0
votes
1 answer

Web.Config Transformations just copy the web.*.config Files

I'm fairly new to this but it seems really simple and i want to know why on earth it is not working. I have create a bunch of regions configuration manager (test, UAT, dr prod ect.) and then i have right clicked on my web.config and added config…
Joshy
  • 657
  • 8
  • 20
1 2 3
9
10