Questions tagged [one-click-web-publishing]

44 questions
1
vote
1 answer

Sharing VS 2010 One-Click Web Publishing Settings

Anybody know where the VS 2010 One-Click Web Publishing settings are stored? It would be awesome it a team could share the settings so a quick deployment to a test system is always a button click away.
John Farrell
  • 24,673
  • 10
  • 77
  • 110
1
vote
1 answer

VS2012 publish release build fails

I am using the web publish procedure in VS2012 to deploy my MVC 4 project to a remote IIS server. This works fine when publishing a debug configuration. However, when I try to deploy a release configuration, the build fails. The setup is that I use…
halcwb
  • 1,480
  • 1
  • 13
  • 26
1
vote
1 answer

Cannot find File Location after Publishing

So I have an application that works great on my own personal computer in debug mode and release mode. The issue is that after I publish it to a oneClick Application it can no longer find the specified file. Here is my code: Public Class…
Matt
  • 170
  • 1
  • 2
  • 15
1
vote
0 answers

When precompiling ASP.NET MVC 4 project in Visual Studio 2012, does it try to resolve the entire config chain locally?

Can someone please confirm or deny my assumption below and/or offer any alternatives? My Goal I'd like to be able to precompile and merge my ASP.NET MVC 4 application (as documented here and here) when one-click publishing to our production…
1
vote
0 answers

Why could "update database" be missing in visual studio 2012 when publishing?

I'm trying to deploy an application to my webserver and everything works, except that it does not update the remote database. With a new demo MVC project you have the option "Update database" when publishing For some reason that options is not…
0
votes
1 answer

Microsoft Azure Storage denying my OneClick application from downloading

Through MAS, I have a blob container setup with public access level set to "Public read access for blobs only", allowing for a download of the setup.exe by visiting "https://myblob.blob.core.windows.net/myprogram/myprogram.htm". The problem stems…
0
votes
1 answer

VSTO OneClick Add Trusted Publisher

I am working on a Excel Document Customization VSTO application. I'm trying to make the installation as seamless as possible for the end users. I'm noticing that they can not use my application unless they save the spreadsheet to one of their…
GED125
  • 476
  • 4
  • 18
0
votes
1 answer

One Step Publish Not Sending Files To Correct Directory From Visual Studio 2015

For some reason Visual Studio one step publishing is duplicating the initial folder files are suppose to go in, but not sure why. Is there a bug in VS 2015 for windows application publishing 550 CWD failed. "/Application…
Mike Flynn
  • 22,342
  • 54
  • 182
  • 341
0
votes
1 answer

Publish different static files by deployment targets

I have an Web application with several deployment targets (DEV, PREPROD, PROD).I want visual studio to publish different version of a bunch of HTML and other static files by environnement. (the files have to be different when deploying on DEV or on…
ToXinE
  • 308
  • 2
  • 13
0
votes
1 answer

How to name the folders created while installing the exe file that is published through oneclick installer

I am using oneclick installer available in the visualstudio to deploy a desktop application. After installing,the installation creates a folder in the user local appdata path…
bharath
  • 89
  • 2
  • 10
0
votes
1 answer

One-Click Web Deploy failing: "This method is not supported by this class."

I've found a lot of articles on web deploy and why it might fail, but not any with answers with this error message. Web deployment task failed. (Could not complete the request to remote agent URL…
0
votes
1 answer

UAC prompt while installing from internet explorer

Hi have created an installer which installs the application at user level. When i extract setup.exe from the cab file and run locally it does not prompt me for UAC and installs normally and installs in user context. The application and cab are…
CodeJunkie
  • 113
  • 1
  • 11
0
votes
1 answer

Visual Studio Web Publish causes VPN connection to disconnect

I have a web application project in Visual Studio 2010 SP1. It publishes correctly when I am working from the office. However, when working remotely using a VPN connection, the VPN connection disconnects a few seconds after the Start Preview…
0
votes
2 answers

Visual Studio One-Click Deployment "succeeds", but no files publish

Here is the output after the build/web.config transformation: Copying all files to temporary location below for package/publish: obj\Release\Package\PackageTmp. Publishing folder /... Site was published successfully path_goes_here ========== Build:…
Robert
  • 1,745
  • 5
  • 34
  • 61
1 2
3