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
2
votes
3 answers

MSDeploy throwing MissingMethodException on EventWriteVerbose when trying to deploy package to IIS

I am using Jenkins to build and package an ASP.NET project. Everything works well up until I attempt to run the .deploy.cmd file that is output with the packaging process This error is output whether I run the deploy.cmd or run…
Justin
  • 533
  • 1
  • 7
  • 18
2
votes
1 answer

How to deploy node.js application and node.js express applicaion on IIS

I have created Node.js application on Visual studio 2019, and I want to deploy it on IIS. How I can deploy node.js application and Node.js express applications on IIS on local system I have tried many solutions but none of them completely helpful…
2
votes
2 answers

Web Deploy package throws ERROR_SITE_DOES_NOT_EXIST when deployed

After creating a WDP from an aspnet solution, the [project name].deploy.cmd file returns this error when executed: Error Code: ERROR_SITE_DOES_NOT_EXIST More Information: Site 'freedomstoreusa.azurewebsites.net' does not exist. Learn more at:…
2
votes
0 answers

ERROR_CERTIFICATE_VALIDATION_FAILED while publishing using visual studio 201

Getting error: ERROR_CERTIFICATE_VALIDATION_FAILED while publishing using Visual Studio 2017. Same error I got earlier in case of VS 2015 but I resolved it by putting True in publish profile file. But this is not working for VS 2017. Please…
2
votes
2 answers

ODBC or OleDB database drivers under Azure App Service

I'm investigating what's involved in deploying an ASP.NET MVC web application to Azure as an App Service, using Web Deploy from Visual Studio 2015. The MVC web application uses SQL Server for the identity database in the standard fashion, so I can…
Alan B
  • 4,086
  • 24
  • 33
2
votes
0 answers

bower and npm after web deploy

Is it possible to run "npm install" and "bower install" on an IIS server running web deploy after deployment? I tried the following approach but it didn't work out: "bower…
mhtsbt
  • 1,029
  • 2
  • 12
  • 26
2
votes
0 answers

Why won't my Visual Studio 2012 publish correctly using msbuild?

We use Jenkins and msbuild to compile and package our software. We've upgraded to Visual Studio 2012, which greatly improves the command line publishing functionality. According to this: How do I configure MSBuild to use a saved publishProfile for…
RoboJ1M
  • 1,590
  • 2
  • 27
  • 34
2
votes
1 answer

Web Deploy re-uploads files that don't require it

Whenever either myself or someone else in my team publishes a website via web deploy to our server, it obviously copies over any newer dll files, cshtml files, css files etc. However if a different user then does a publish, images, pdf files etc all…
benpage
  • 4,418
  • 3
  • 41
  • 39
2
votes
1 answer

Connection errors occur when publishing with MS WebDeploy

For several months I have been using Web Deploy to publish ASP.NET Web Applications but for some days now, I more and more often receive different errors. One of them says the "maximum amount of connections is exceeded": Fehler 5 Fehler des…
2
votes
1 answer

Can not hook into CopyAllFilesToSingleFolderForMsdeployDependsOn during MSBuild on my Web Application project

My main goal is to add minified JS scripts to the deployment package of my ASP.NET web application using cmd. Also my question may seem duplicate to this topic and even this and this, it's not the case. My problem is that I've tried hooking into…
2
votes
1 answer

Web Deploy 3.0 very slow on large website .net MVC Website

I am using Web Deploy over the web for a large website and it is redeploying all of the images files every on every single deployment which takes quite a while. I am considering copying the entire web deployment package over first to the server to…
Andrew
  • 1,696
  • 2
  • 16
  • 20
2
votes
1 answer

Web Deploy works with VS2010; fails with VS2012

With VS 2010 Web Deploy is functional and working without issue. At the same time, Web Deploy from VS 2012 fails, indicating that the server did not respond and suggesting this link. This notes the following conditions, all of which are…
2
votes
1 answer

Webmatrix Site Publish on Azure VM through Web Deploy

I am unable to publish my web application through Webmatrix 2. Can anyone throw some light? I followed these steps: a) Created a VM through Azure portal b) Created endpoints for Web deploy on port 8172 and tcp port 80 c) RDPed to Win…
1
vote
1 answer

Automate a backup of web site on Web Deploy

I am using Microsoft Web Deploy 2.0 with IIS7 and Visual Studio 2010 "Publish" feature to publish to my server. Is there a way to automate the creation of a backup copy of the old site, either as a copy of the previous website or a zip file? My…
1
vote
2 answers

Temporary folder for uploads

I want to create a temporary folder to store uploads in my application. I've added the folder to my application and it works fine during development. However when I publish to my test server, the folder doesn't get published unless it has a file in…
dnatoli
  • 6,972
  • 9
  • 57
  • 96