Questions tagged [publishing]

Releasing software to users. This may include releasing compiled binaries on a hardware medium, for download, or permitting access to a non-development web service.

1242 questions
20
votes
4 answers

How do I publish a Windows Forms Application?

So I made a C# program, and its great and all (its a Windows Form Application). The issue with it, is I don't know how to use it outside of the debug mode form. How do I publish it? My target goal is to create a two folders, put a shortcut to the…
Alper
  • 1
  • 12
  • 39
  • 78
20
votes
1 answer

adding extra files to published MVC API project

I am trying to add an extra XML file to a publishing process. I have a MVC API project which also has another project (V1.0) for controllers. We are using the self documenting help functionality which creates the .XML files for each project. When…
Jon
  • 15,110
  • 28
  • 92
  • 132
19
votes
5 answers

How do I handle optional peer dependencies when publishing a TypeScript package?

When publishing a TypeScript package to npm that provides a function that accepts input from either one peer dependency or another, how do I define the optional peer dependencies? import { ExternalFoo } from 'foo'; import { ExternalBar } from…
Paul Gerarts
  • 1,197
  • 1
  • 8
  • 10
19
votes
1 answer

How to create publishing profile for azure virtual machine?

How to create publishing profile for a website running on azure virtual machine? I know how to do it for Azure Web Site, but can this be done if I have IIS running on a VM in azure? I also have a console application running using task scheduler on…
Xavier John
  • 8,474
  • 3
  • 37
  • 51
19
votes
1 answer

In VS2008, for FTP Publishing of a website, is there a way to save FTP Logon password?

I like the Visual Studio 2008 IDE integrated (not command line) feature to choose to publish an ASP.NET website to my webserver via FTP. I'm able to store my FTP username but I don't see any option to store my FTP password and so I must type it in…
Adam Kane
  • 3,996
  • 7
  • 44
  • 53
18
votes
1 answer

Which options are the most performance way of publishing asp.net website project - deployment

I am asking in terms of performance Which would run fastest on the server (windows server 2012 r2 - 24 cores - 64 gb ram) - serving pages fastest way - reducing load times Asp.net website project , c# , .net 4.5 , visual studio 2013 update 3 I don't…
Furkan Gözükara
  • 22,964
  • 77
  • 205
  • 342
17
votes
5 answers

Publishing my web application can take long time to accomplish because of the .suo file

I have a web application project that I publish via Visual Studio 2010 to my server. My problem is that it can take very long time before it can actually publish it. Maybe 10 minutes! It doesnt happen everytime but very often. Here's a summary of…
17
votes
3 answers

What's the recommended way to make a Scala project available to the community?

I am currently writing a configuration file library (sort of Configgy replacement). For the moment, it's alpha release and stays well on GitHub. However, when the project will be stable enough, I plan to make the resulting JAR file widely available.…
paradigmatic
  • 40,153
  • 18
  • 88
  • 147
17
votes
6 answers

Is Django Book platform available?

The Django Book has a neat content publishing template. Anyone knows if it's available for public use? Alternatively, what Django sources would you recommend as an easy to use, out of the box CMS?
Tomer Lichtash
  • 9,002
  • 16
  • 55
  • 71
16
votes
1 answer

Visual Studio 2010 Publishing So Slow

I'm using Visual Studio 2010 Premium, and find publishing via FTP through Visual Studio's build in publishing mechanism to be painfully slow. If I choose to manually FTP (with a client like FileZilla), I'm able to publish much quicker. Although I…
Johnny Oshika
  • 54,741
  • 40
  • 181
  • 275
16
votes
1 answer

How to check if apk is zip aligned?

Is there any possibility to check if an apk file is zip aligned?
goon
  • 589
  • 1
  • 6
  • 11
16
votes
1 answer

Precompile during publish for Azure Web Services

We are using Azure Web Services (not Web-sites) and run ASP.Net MVC 5.1 application inside it. When I publish web-sites through Web-deploy, I have an option to "Precompile during publishing": When I publish to Azure Web Services, I can't find this…
trailmax
  • 34,305
  • 22
  • 140
  • 234
16
votes
2 answers

Visual Studio Publish Website Using SCP/SFTP

Is there a way to publish a web site from Visual Studio 2008 using SCP or SFTP? I know it is possible to publish to my local filesystem and then perform the transfer with SCP, but I'd like something more seamless (e.g. part of Visual Studio). Does…
Joseph Sturtevant
  • 13,194
  • 12
  • 76
  • 90
15
votes
1 answer

Publishing of a modular library to Maven using Gradle

Suppose I'm using Gradle for a modular library development. In my root project I have subprojects geometry, algorithms, visualizer, and I'd like to publish a jar artifact of each. As for now in my root build.gradle I have the following part: apply…
hotkey
  • 140,743
  • 39
  • 371
  • 326
15
votes
2 answers

What is the InstallerPackageName when app is in "pending publication" phase and used/reviewed by reviewers/testers (Google Play Store)?

SITUATION I have a set of functionalities in my app which changes based on the store it is installed from. E.g. I want to have a more restricted set of advertisements displayed for family audiences and children to be eligible for the Google Play for…
Viral Patel
  • 32,418
  • 18
  • 82
  • 110
1 2
3
82 83