Questions tagged [one-click-web-publishing]

44 questions
4
votes
2 answers

Setup publish to folder using VSTS

I was using publish to folder option through Visual Studio by right-clicking on the project -> publish -> publish to folder. Result was always ready-to-copy project with applied transformations. I wanted to automate this process using VSTS and have…
4
votes
3 answers

Exclude transpiled/non-existent .JS files from TypeScript Web Publish

While trying to web publish a TypeScript project in Visual Studio 2015, Update 2; the build succeeds, but the Package/Publish fails at: Error: Copying file typescript-filename.js to obj\Release\Package\PackageTmp\typescript-filename.js failed. Could…
shannon
  • 8,664
  • 5
  • 44
  • 74
4
votes
0 answers

Recycling app pool when publishing WCF service

I've developed a WCF web service that contains a dependency on an unmanaged DLL. When I attempt to publish the Web application to a running server (either local or remote) via Visual Studio 2010's One-Click Web Deploy, the deletion of the existing…
3
votes
1 answer

Replacing machinekey values using web.config transforms

In my web.config file I have the following entry:
EvilDr
  • 8,943
  • 14
  • 73
  • 133
3
votes
1 answer

One Click Publish Bypass Certificate Validation

I'm using VS2015 Update 1 attempting to one click publish a aspnet 5 vNext MVC site. The server I'm publishing to does not have a real certificate and therefore I get the error: C:\Program Files…
2
votes
2 answers

Visual Web Developer 2010 Express Web.config transform question

I cannot for the life of me figure out how to force Visual Web Developer 2010 Express to use my Web.Release.config when I'm publishing my web application. I'm using FTP to publish my webapp to a remote server. Each time I publish, the build uses…
2
votes
1 answer

Web Publishing Extension not installed in Visual Studio 2015

I'm using Visual Studio 2015 trying to publish my app, but when I try to do so I get the error: The Web Publishing Extension is not installed which is required to publish. You can install it from http://go.microsoft.com/fwlink/?linkid=208120 I…
Andres
  • 6,080
  • 13
  • 60
  • 110
1
vote
1 answer

One Click Publish dotnet tool install dotnet-ef error

When I edit my .pubxml file in the one click publish screen. My Entity-Framework Migrations section shows this error and I can't find any solutions that work for me. Has anyone had this issue or know how to resolve it? I ran dotnet tool install -g…
1
vote
1 answer

How to deploy my website with one click using Git Bash on windows and a scripted command

I have a html/css/js website which is stored in GitHub and developed on my Windows 10 machine using Visual Studio 2019. Currently I'm deploying it using the Git Bash console and then running a git ftp command to push any deltas to the…
1
vote
1 answer

How to tell VS10 One-click deployment to copy certain files and folders

I'm trying to use the Web One Click Publish feature in VS10 to push my asp.net app to IIS. I have some .resx files and another folder for uploaded images, none of these got copied to IIS. How do I tell it to copy the specified files and…
Ray
  • 12,101
  • 27
  • 95
  • 137
1
vote
0 answers

Visual Studio 2015 - Publish Fails after Validate Connection passes ok

I'm having a frustrating issue using Visual Studio 2015 web deploy. My publish action is failing on one machine, but works OK on a different machine. My solution is source controlled, so the code base is the same on both machines, and both build and…
1
vote
1 answer

Can't get Visual Studio's "Publish Web Application" to work

I converted a small Web Project to a Web Application in Visual Studio 2010. When I publish the application via FTP it will delete everything at the destination. And thats it...none of my files get uploaded. Now, If I select "Replace matching files…
David Murdoch
  • 87,823
  • 39
  • 148
  • 191
1
vote
2 answers

Is it possible to use Web Deploy from Visual Studio Online?

I would like to build in Visual Studio Online and then Web Publish to Amazon. Is this possible? Or does it only publish to Azure?
Ian Warburton
  • 15,170
  • 23
  • 107
  • 189
1
vote
1 answer

Application requires version 4.0 full or other compatible .Net framework

I am getting error Application requires version 4.0 full or other compatible .Net framework I have the below mentioned prerequisite- Windows Installer 4.5 Microsoft .NET Framework 4 Client Profile (x86 and x64) SQL Server Compact 3.5 SP2 SQL Server…
Jason
  • 179
  • 1
  • 2
  • 12
1
vote
1 answer

Publish to Url the old way VS 2010

Anyone know if you can simply publish to a url? I don't know what the heck the new publish to web is but I don't like it. I want to be able to just publish to a url like I was able to in VS 2008 and down. I don't have a service endpoint to give…
PositiveGuy
  • 46,620
  • 110
  • 305
  • 471