webdeploy Questions
0
Unfortunately I don't have the luxury to use Web Deploy on a server. How can I update only the changed files over FTP in Visual Studio 2015?
Sounds like a question which has already been answered,...
Interrogator asked 29/12, 2015 at 23:8
1
Solved
I'm using web deploy (with appveyor) to publish to my web app. How can I publish to a particular slot though (i.e. staging) and not to the production slot?
What is the server url for a particular s...
Decoteau asked 21/10, 2015 at 17:43
1
Solved
I have a Web API project that has a dependency on System.Web.Http.WebHost and in my project I have set Copy Local = True on that reference, and the version (in this case) is 5.2.3.0.
When I publis...
Selfgoverned asked 18/9, 2015 at 16:51
2
Solved
every time I try to publish my web app to azure it gets stuck, how can I determine what the problem is? logs etc, I cant see anything but the output but thats not enough to diagnose the issue.
Readiness asked 25/9, 2015 at 20:38
2
Solved
When learning about how to publish our ASP.NET 5 application to an Azure Web App, I came across several ways of publishing .NET web applications:
MSDeploy
WebDeploy
Publish-AzureWebsiteProj...
Himes asked 17/9, 2015 at 5:58
1
I have managed to setup Web Deploy Automatic Backups by following this guide, which works great. However, in my websites I have a folder relative to the root /uploads/ which contains all user-uploa...
Sesqui asked 15/7, 2014 at 11:22
4
How I make the package
I make the msdeploy package like this:
msdeploy.exe -verb:sync -source:iisApp=c:\content\ -dest:package=c:\pkg.zip
The c:\content directory has a single index.html file.
Res...
2
Solved
I have a fairly straightforward MVC 5 project in Visual Studio 2013. I have successfully set up publishing via Web Deploy to the server. I want to exclude a certain file from deployment without hav...
Gamelan asked 31/10, 2014 at 21:51
2
Solved
I am trying to publish ASP.NET MVC 6 App to Azure with Visual Studio 2015 CTP. And getting the following error
Publishing with publish method [MSDeploy]
Calling msdeploy with the command: ["C:\Pro...
Chinaware asked 15/3, 2015 at 1:5
4
Solved
I have a working ASP.NET MVC 3 application. The project is built with VS 2010 and targets .NET 4.0. Now I re-targeted it to .NET 4.5 and successfully recompiled. Trying to deploy it to our test ser...
3
Solved
I'm pulling my hair out over this MSBuild issue.
We're using TeamCity to build a solution with two MVC websites in it. As part of the build we're deploying to a folder on the build server. IIS poin...
1
Solved
I currently have a project that utilizes Entity Framework Code-First migrations and Web Publish, where the connectionStrings are stored in the web.config file.
It has come time to move the connect...
Stability asked 7/1, 2015 at 15:26
2
Solved
I have recently started using Web Deploy with IIS 7 on the server and Visual Studio 2012. My project in question is an ASP.Net MVC 3 web application.
I have set it all up correctly and the publish...
Hydrosphere asked 7/11, 2012 at 9:33
2
Solved
I have a remote Windows 2012 server running IIS 8 from which I am hosting a web application. My local development box is running Visual Studio 2012. Currently I am publishing my app as a web deploy...
Conferee asked 21/11, 2013 at 10:46
3
I have a Web Site project which I am trying to deploy via TeamCity and WebDeploy.
Because this is a Web Site and NOT a Web Application I do not have a .vbproj or .csproj file.
I have come to the ...
Bunkum asked 6/6, 2014 at 10:53
9
In Visual Studio 2012 RC when I try to validate a Web Deploy connection I get this error message:
ERROR_DESTINATION_NOT_REACHABLE
The required Web Management Service is started on the server an...
Tabu asked 14/7, 2012 at 0:24
3
Solved
When trying to deploy my site using TeamCity and Web Deploy I get this error:
error MSB4057: The target "MsDeployPublish" does not exist in the project.
Is there something I have to install on a...
Eversion asked 10/10, 2013 at 12:32
1
Solved
When publishing a web application using IIS WebDeploy via the Publish command within Visual Studio (2014 in this case), all the files except the primary assemblys PDB file is uploaded.
The web.con...
Overwhelming asked 1/9, 2014 at 15:53
2
Solved
I am attempting to use the Web Deployment Toolkit with our MVC3 project and overall the deployment works fine but our connection string to the database has a password that contains a percent (%) ch...
Cosmogony asked 28/6, 2011 at 15:30
3
Solved
I published my project with Visual Studio 2010 Ultimate SP1 and I have a bunch of files in ~/App_Data.
I don't remember if the first upload of appdata was with FTP or with WebDeploy. The problem i...
Essary asked 13/6, 2012 at 4:11
1
Solved
I'm using Web Deploy to publish a web application from Visual Studio 2012 to my target IIS server. All fine there!
I now want to deploy to multiple servers in a web farm (within a workgroup). I h...
Nance asked 11/7, 2014 at 15:23
1
Solved
We are trying to integrate a 'build once, deploy anywhere' model in our build-deploy system.
MSDeploy works wonders for this, cutting down build time dramatically with CRC checksum comparisons and...
Turgite asked 26/6, 2014 at 11:7
1
I'm setting up a Web Deploy package from VS 2010 that will be heading to the client as a .zip and run using the GUI (not the generated batch file).
The issue I'm having is that I haven't yet figur...
Champlain asked 4/7, 2012 at 6:55
1
Solved
We are wanting to setup publishing via the Web Deploy method in Visual Studio 2013. I've installed Web Deploy 3.5 on the destination web server and it's deploying properly.
We'd like to also use ...
Ogren asked 8/5, 2014 at 19:59
3
I'm trying to set up a deployment chain for some of our ASP.NET applications. The tool of choice is Web Deploy (msdeploy) - for now. Unfortunately I'm stuck on a problem.
A high level overview of ...
Valid asked 11/4, 2014 at 18:58
© 2022 - 2024 — McMap. All rights reserved.