Top "Publishing" questions

Releasing software to users.

Where "include files from the App_data folder" option?

According this answer, it should be option "include files from the App_data folder" when you publish ASP.NET application. …

asp.net visual-studio-2010 publishing app-data
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 …

visual-studio visual-studio-2008 web publishing
Deploying to Program Files directory

I have developed a C# application and I would like to deploy it to the C:\Program Files\Company Name\…

c# deployment clickonce publishing visual-c#-express-2010
Android Publisher Account on Android Market

I have made the payment of 25$ in Android Market on 2 Dec. But till now my developer account is not activated. …

android google-play publishing
Convert the android app in Google Play for Samsung Store

Recently (After July 1st), I have a new app in Google play. But I came to know that from July 1…

android apk google-play-services publishing samsung-mobile-sdk
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 …

asp.net visual-studio-2010 asp.net-mvc-3 publish publishing
Fonts files are not being included when publishing MVC application VS2013

I have integrated (Twitter)Bootstrap to my ASP.NET MVC (4) application. In my source code I have the following fonts …

asp.net-mvc twitter-bootstrap publishing
Switching from http to https in iOS App brings up Export Compliance issues when publishing

We recently decided to update a couple of our apps this summer to switch them from http to https in …

ios https publishing app-transport-security
Publishing Gradle snapshots locally

Here is my dummy project's build.gradle file: apply plugin: 'groovy' repositories { mavenLocal() mavenCentral() } dependencies { compile 'org.codehaus.groovy:groovy-all:2.3.3…

maven gradle publishing snapshot
How do I keep MSDeploy from deleting extra folders in my project?

I am using the MSBuild runner in Team city to build and deploy my project to a staging environment. Everything …

visual-studio-2010 msbuild publishing msdeploy