webdeploy Questions
2
Solved
I try to deploy my .net core site to Azure via Publish context menu in VS2017 and occasionally (about 1 in 3 deploys), I get the error below.
Web deployment task failed. (Web Deploy cannot modif...
Lament asked 27/9, 2017 at 18:8
34
I've been publishing my Lightswitch app using Visual Studio 2012 RC to my localhost (Win 7, SQL 2008 R2, IIS 7.5) just fine. Now I'm trying to publish to a remote server (Win 2008 R2, SQL 2008 R2, ...
Allantoid asked 3/8, 2012 at 13:35
9
We are trying to configure continuous integration with TFS 2012. While queuing a new build, the publish fails with the error:
Build FAILED.
"C:\src\ProjectName.sln" (default target) (1) ->
"C:...
Latterday asked 11/9, 2013 at 10:59
3
Solved
After upgrading a project from ASP.NET Core 3.0 to ASP.NET Core 3.1, my application stopped working on Azure App Services—but only when published using continuous deployment from Azure DevOps Pipel...
Sorce asked 24/3, 2020 at 21:38
3
Solved
When I try to run this command from commandline to deploy asp.net core website:
"C:\\Program Files\\IIS\\Microsoft Web Deploy V3\\msdeploy.exe" -allowUntrusted -verb:sync -sourc
e:contentPath="%US...
Krever asked 21/12, 2016 at 21:25
5
Solved
Question
Is there any ways that I can automatically execute the migration code (EF 7) when publishing my ASP 5 application to IIS using Web Deploy?
I Tried
in the project.json, I added this cod...
Palinode asked 10/2, 2016 at 19:24
12
Solved
I'm trying to build a Web Deploy package via msbuild on a new machine and it's not working. It builds fine on other machines, but here I get the following vague error:
...\Microsoft.Web.Publishing...
3
Solved
I'm trying to setup a Web Deploy publish method within Visual Studio for an ASP.NET Web Application [Web Forms project]. In all the learn.microsoft articles it recommends Web Platform Installer (WP...
Radon asked 16/5, 2023 at 21:58
8
Solved
I'm unable to publish (WebDeploy) my Azure Function App (It's a Durable Function, I know it deosn't matter, but, just in case if matters). This started happening today.
I'm getting a "Publish Fail...
Gabriello asked 25/7, 2018 at 12:30
13
I've seen a few posts around on this, none have solved my issue.
I'm trying to complete a web deploy to an Azure site but whilst updating the files I get warnings:
MSBuild\Microsoft\VisualStudio\...
Equinox asked 17/4, 2015 at 10:37
3
Solved
The Web Platform Installer fails to install Web Deploy for Hosting Servers on Windows Server 2016.
2
I wonder if there is a way to tell Web Deploy not to touch a certain folder during deployment while removing all the other additional files.
Basically I want to leave the "Remove additional files...
Lundin asked 3/12, 2017 at 23:23
3
I have an asp core 2.1 project, and I'm trying to publish via web deploy.
I have a folder called "Angular" and inside that are my source files (including some .json files for angular's config) - t...
Tattle asked 15/11, 2018 at 0:37
4
Solved
I am using the Publish / Web Deploy option within VS 2010 to publish my ASP.NET MVC3 website.
However it does not by default publish my "files" folder that I have highlighted below.
Any ideas h...
Spielman asked 19/4, 2011 at 9:48
3
I have VS 2013 Ultimate. My remote server is IIS 7.5 and enabled for remote deployment. I have installed Web Deploy Tool 2.1 through Web Platform Installer 4.6 and it installed successfully.
When...
3
I have an application built with ReactJS, but I'm using a fake API (json-server) to handle my data.
So, before I run 'npm start' to run the application I have to run 'json-server server.json -p 333...
Oskar asked 22/6, 2020 at 3:32
3
I'm using a web.config transform to replace settings with the settings of the selected solution configuration. However, I would like to add a setting that stores the datetime of the publish process...
Hole asked 26/7, 2011 at 9:30
7
Solved
I have recently uninstalled VS 2017 and installed VS 2019.
When I publish my website via Web Deploy, if fails with 2 error messages
Failed to load publish certificate dialog due to error of Ob...
Malaguena asked 26/5, 2019 at 6:21
4
I am able to perform a web deploy to an Azure App Service successfully, but then the web application can't be found.
I deployed an ASP.NET Core 2.2 web application that works fine locally. On the ...
Mintz asked 1/7, 2019 at 22:27
7
Solved
I just installed VS 2013, upgrading from VS 2010. Creating a web deployment package zip file used to work in 2010. using VS 2013's Publish Web feature to publish to a Web Deploy Package, I getting ...
Radical asked 29/10, 2013 at 21:45
8
Solved
I have been trying to setup Web Deploy on my Windows 2012 server running IIS 8. I have installed Web Deploy using Platform installer but when I right click my website and select deploy, there is no...
1
Solved
I am trying to publish a new .net API to IIS. because this needs to be done to a production server I am trying this with a sample API project and a test server to figure out how to go about this fi...
6
Solved
The project I am working on involves reading a lot of service endpoints (url) from a config file. Since the list would be quite large I decided to keep them in a custom config file to keep my web.c...
Chambertin asked 12/1, 2016 at 3:31
3
Solved
When developing a site on VS2010/IIS 7.5, I'm using Web Deploy to publish the site from my machine to the dev site server.
The site has about 40 virtual directories, and I'd like to automagically...
Taipan asked 19/11, 2010 at 20:37
3
Solved
I am trying to deploy a site using msdeploy and cannot get it to deploy under an IIS user account. My admin account is able to deploy successfully.
Steps I have taken:
Created IIS user account
G...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.