Questions tagged [publish]

To publish is the process to make something publicly available. This might be the stuff that happens inside a CRM system after editing an article and finally publishing it, or publishing a project artifact.

In most cases publishing is not just the fact of making something publicly available, but also involves steps like testing/proof reading it, tagging it in some kind of version control. Also often various artifacts should get published at the same point in time.

3310 questions
1
vote
1 answer

How to copy dll config files into bin folder while publish in Visual Studio 2013?

I am working on a web application that use some external dll with config files, such as Lib1.dll, Lib1.dll.config, etc. Basically these files are manually copied into bin folder and only got loaded at run-time. I tried to add those dll as reference…
mhan0125
  • 604
  • 1
  • 11
  • 33
1
vote
1 answer

WebJob publish from VisualStudio automatically inserting connection strings

I am trying to publish a WebJob from Visual Studio manually ("Publish as Azure WebJob"). This project references other projects that between them have 3 database connection strings. When VisualStudio starts to publish, it automatically adds the…
1
vote
1 answer

Visual Studio 2013 publish error loading CSS, images, js in local IIS (8)

I'd been working on this for many hours. My problem is this -- I can view our web application on both debug and release using IIS Express in Visual Studio 2013. But when I try to publish it using Web Deploy then load the web app in browser (Chrome)…
Ryan
  • 1,783
  • 8
  • 27
  • 42
1
vote
1 answer

MSBuild custom (obfuscate) step between build and publish

I have a web application (WebAPI web service) that is building on my CI server. It builds and publishes fine using VS2013, a publish to file system publish profile (*.pubxml) and the below command from the CI server task. MSBuild…
1
vote
1 answer

apk with different certificate

I'm facing a problem with the certificates, two weeks ago I made a backup of my pc, I save the project and the key.jks now in a different computer I'm trying to upgrade my app but It says this: Upload failed You uploaded an APK that is signed with…
user2212773
  • 128
  • 1
  • 3
  • 9
1
vote
0 answers

How do I get the publish revision number in VS 2013? (asking again)

I've seen this question asked many dozens of times, yet I cannot find a consensus answer (or any answer that works for me). My application is run both with and without using ClickOnce, depending on the scenario in which it is deployed. Here is the…
David.Woosley
  • 39
  • 1
  • 5
1
vote
0 answers

How to publish locally, 3rd party libraries with SBT?

I would like to publish locally some third-party libraries. How can you do that in sbt. It would be the equivalent of the following maven approach: https://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html Best, -M-
MaatDeamon
  • 9,532
  • 9
  • 60
  • 127
1
vote
1 answer

Why is my Azure website no longer visible?

I have created a new website and published it (via Visual Studio) to Azure. Initially, everything worked fine. But, after republishing the website a few times, the website stopped responding - i.e. it shows a "Server not found" error in Firefox or…
Ulric
  • 826
  • 5
  • 16
1
vote
1 answer

Can't publish application in Visual Studio 2013

I have a very weird problem. In Visual Studio 2013 I working on an application for sorting and renaming files. It is not done yet, but I wanted to show it to some other people on another PC. I have tried almost every menu in every possible context…
Marlon
  • 321
  • 2
  • 8
1
vote
0 answers

Windows Azure Nodejs Publish Socket.io Path Error

Publish return the error below: Copying file from .\node_modules\socket.io\node_modules\socket.io-client\node_modules\engine.io-client\node_modules\engine.io-parser\node_modules\base64-arraybuffer\lib\base64-arraybuffer.js to…
1
vote
0 answers

Wordpress asynchronous publish button

:) We are currently having issues with long loading times in admin-mode when there are 40+ editors hacking away in our WP backend with 4000+ pages. Since we cannot use the cache here, we need another approach. I wonder if it is possible to make the…
Henric
  • 782
  • 1
  • 9
  • 23
1
vote
1 answer

Clickonce Deployment server asks for credentials every time I Publish from Visual Studio

I would like to set it up so that my domain account is allowed to publish a clickonce app without having to provide domain/admin (or local/admin) credentials. I had this set up once before but do not recall how or where I did this.
1
vote
1 answer

Laravel 4.2 view:publish from custom location

I'm currently developing a package in L4.2 but I'm not using the workbench I have a complete custom structure. But now I'm facing the problem that when I execute the artisan command view:publish I get the following…
Joren Van Hocht
  • 845
  • 1
  • 9
  • 21
1
vote
3 answers

Change base_url in codeigniter before publsihing

I want to publish my codeigniter website. Now it is located in '../htdocs/site/' folder. and the base_url is: $config['base_url'] = 'http://localhost/site'; Should I copy the 'site' folder to real server and change the base_url like…
EducateYourself
  • 971
  • 2
  • 13
  • 32
1
vote
2 answers

Publishing NopCommerce

I have my site up and running, but because of number of changes, i decided to publish an updated version. Before doing so i have made backup of my files and databases on the host, just in case. Now this is what i did: Publish Nop.Web used FTP,…
Ivan
  • 11
  • 3
1 2 3
99
100