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
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
  • 6,950
  • 10
  • 34
  • 57
0
votes
1 answer

Deploying connection string

I have these files: Web.config Web.Debug.config
d0001
  • 1,912
  • 2
  • 16
  • 44
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,480
  • 1
  • 16
  • 28
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
  • 256
  • 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,543
  • 4
  • 28
  • 53
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,374
  • 6
  • 50
  • 72
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
  • 647
  • 8
  • 20
1 2 3
9
10