webdeploy Questions

4

In Visual Studio, I use the "publish web" feature to do some web.config transforms, and publish a WebAPI project to our server. The publishing is done using Web Deploy. Now that I'm using Visual S...
Moraceous asked 1/5, 2015 at 20:17

2

Azure DevOps Build artifact drop contains following files: Project1.zip Project1.deploy.cmd Project2.zip Project2.deploy.cmd These files are a result of build output of a single solution. I...
Tomasine asked 4/7, 2019 at 15:40

4

Solved

I have a preexisting ASP.NET Core 3.0 application which is successfully deployed to an Azure App Service (using the AspNetCoreModuleV2 module). After upgrading the app to (today's release of) ASP.N...

3

I was exploring options for deploying my ASP.NET web app by creating a publish profile when I noticed that .pubxml files are included in this .gitignore file (which I had been using): https://gith...

2

Solved

I just upgraded a Blazor Web Assembly solution to .Net 5 and I'm getting the following error in an Azure Pipeline in the NuGet Command step: error MSB4236: The SDK 'Microsoft.NET.Sdk.BlazorWebAsse...
Fleeta asked 12/11, 2020 at 16:36

4

I have a c# website that I've been deploying through iis7/webdeploy and that works great. Problem is when I update the site the web.config file gets overwritten. This file contains there database c...
Stilt asked 26/7, 2013 at 11:54

2

Solved

I have configured Web Deploy for my IIS installation on Windows Server 2008 R2. I did this before buying a valid certificate for the domain, so it was normal to get a Visual Studio warning about s...
Timbuktu asked 15/4, 2015 at 7:42

1

While I publish in VS its filed with message "Publish Failed". the Output: Start Web Deploy Publish the Application/package to https:// -myStite-... D:\VisualStudio\MSBuild\Microsoft\VisualStu...
Fumed asked 30/10, 2017 at 6:23

3

Solved

I'm trying to deploy one of the web projects in my solution to a server. I am using msbuild on TeamCity like so: msbuild MySolution.sln /t:WebSite:Rebuild /p:DeployOnBuild=True /p:PublishProfile=P...
Balalaika asked 3/6, 2013 at 7:1

1

Solved

I am publishing an asp.net core v3.1 app in visual studio 2019 since core apps do not create a web.config webdeploy creates it and publishes its own web.config on every publish while it does that ...
Kingery asked 20/6, 2020 at 5:35

4

Solved

Using Web Deploy 3.6 both on IIS 8.5 (Windows Server 2012 R2) and IIS 7.5 (Windows 7), I cannot find the Deploy -> "Import Web Application" option. The "Export Web Application" is also missing (see...
Teriteria asked 29/12, 2016 at 20:24

3

I am struggling with deploying an ASP.NET Core 2.2 site to Windows 7 SP1 IIS7.5. The server has dotnet-hosting-2.2.1-win installed. Following are the Programs and Features entries: Registered II...
Value asked 25/1, 2019 at 15:54

2

Solved

I have an Azure DevOps Pipeline which includes an Azure App Service Deploy task (AzureRmWebAppDeployment) for deploying an ASP.NET Core 3.1 project: - task: AzureRmWebAppDeployment@4 inputs: Con...

3

Solved

I am trying web-deploy. Because I wanted to be able to reproduce this, i used a test system Windows 2008 RC, IIs 7.5 + Deployment package I configured deployment using http://learn.iis.net/page....
Bimestrial asked 5/6, 2012 at 9:20

1

Solved

When you tell Visual Studio to save your password for a publish profile, it creates a .pubxml.user file next to your publish file looking something like the following: <?xml version="1.0" encod...

2

I successfully configured IIS for Web Deploy and added a IIS Manager User. The problem is when i try to publish, i get back error Error 1 Web deployment task failed. (Unable to perform the opera...
Antiproton asked 22/5, 2015 at 15:39

2

I am getting an error "Could not connect to the remote computer using the specified process ("Web management Service") because the server did not respond. Make sure that the process ("Web managemen...
Conclusion asked 4/5, 2015 at 12:37

6

Solved

I had a working IIS 7.5 with Web Deploy 3.5 configuration such that the "Import/Export Application" feature in the right hand action pane showed up and functioned properly. Unfortunately I had to r...
Comminate asked 6/8, 2013 at 19:10

4

Solved

I have 3 web deploy (visual studio publish project to package) packages for which I use msdeploy command to sync with a server. One of the package was newly added. The other two packages work fine ...
Shortbread asked 26/8, 2013 at 20:13

4

I have Windows server 2012 R2 with installed Web Deploy 3.5. I try to deploy my application, but got next error: Log file contains next: Is there any solution?
Septarium asked 24/7, 2015 at 9:31

2

Solved

Similar questions have been asked various times, but most answers are old and may only partially apply. This question is specific to using Web Deploy through Azure DevOps/Azure Pipelines using the ...
Dianthus asked 25/9, 2018 at 17:22

3

Solved

I am trying to publish a website from my computer to an IIS web server via web deploy. I have 3 servers. All servers have installed the same things (Webdeploy etc.) and the services are started (...
Umbilical asked 14/8, 2015 at 7:41

4

Solved

I'm looking for something like a Powershell script to check if msdeploy is installed and if it is, what version I've considered checking "c:\Program Files\IIS" and checking for MSDeploy installati...
Argentic asked 26/2, 2013 at 19:52

2

I published my website using visual studio publish option to my host. my host uses asp.net 4.5.1 framework. it works fine in local but after I published it, it gave this error. my local visual...
Monitorial asked 3/4, 2016 at 15:26

2

Solved

In learning about Web Deploy I came across some netsh.exe commands that talk about http://+:80 and http://*:80. What do those mean?
Shortterm asked 4/1, 2011 at 20:35

© 2022 - 2024 — McMap. All rights reserved.