publish

Web deployment task failed. The maximum number of connections for this site has been exceeded. Azure

做~自己de王妃 提交于 2019-12-08 16:16:26
问题 I am get error below on publish to azure using web deploy profile i downloaded from azure website Web deployment task failed. (The maximum number of connections for this site has been exceeded. Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_EXCEEDED_MAX_SITE_CONNECTIONS.) I am using visual studio 2012 回答1: This may occur if you are connecting to the internet via a 3G dongle or card. I have the same error and earlier in my warnings was "Retrying the sync because a socket

Changing product name with mage.exe

二次信任 提交于 2019-12-08 15:58:16
问题 I need to update the application's manifest with a new value for 'product'. With mage.exe I can update the name and publisher but NOT the product. In MageUI you can do this, but I need to do it on the commandline. Is there a solution or workaround for this? 回答1: I played around and it seems the command line tool indeed lacks this capability. I guess it was done for keeping it lightweight (or maybe cost issues). Alternative would be to use the GenerateApplicationManifest MSBuild task: Example:

How to prevent Visual Studio from “publishing” XML documentation files in web projects?

核能气质少年 提交于 2019-12-08 15:46:43
问题 Note: This question is similar to How to prevent the copy of XML documentation files in a release mode build? , but it's not the same and the answers there don't apply. Read on to find out why. (Please ask in the comments or in chat if you disagree, I'll be glad to elabroate). I have a library project (myLibrary) and an ASP.NET web application project referencing this library (both are in the same solution). "Generate XML documentation file" is checked for the library project, because I want

How to delete a Draft from google play Developer Console?

情到浓时终转凉″ 提交于 2019-12-08 14:55:55
问题 I have a test draft on Google Play developer console. It is empty, no apk files on it and no description, I just created it for check something. Now the draft is here and I can't find a button for delete it. How can I delete that draft? I can't find any documentation about it. Thanks. 回答1: I searched around and find no way to delete a draft. However, you can change it's name to your future application (go to Store Listing - Title) and leave your worries behind ^^ 回答2: There is an option to

How to publish custom artifacts to Artifactory from TeamCity?

て烟熏妆下的殇ゞ 提交于 2019-12-08 10:08:10
问题 I am using Artifactory and TeamCity and have a C++ project that generates binary packages (zip). Using Artifactory TeamCity plugin I am able to publish this artifact but the problem is that it does not end up in the correct tree (organization.module.version.artifact). Next to the zip file I have also an ivy.xml file that contains information about the artifact. <ivy-module version="2.0"> <info organisation="com.myorg" module="MyModule"/> <publications> <artifact name="MyModule" type="zip" ext

Open Graph | Publish an Action | Using PHP for cURL instead of terminal

落爺英雄遲暮 提交于 2019-12-08 09:31:41
问题 I am new to the developing with the facebook platform. I'm currently following the tutorial here: http://developers.facebook.com/docs/beta/opengraph/tutorial/ I am at step 4, under "Publish an action". Where it wants me to copy the code snippet directly into the cURL terminal: The only problem is while contacting my webhost technical support(1and1), they informed me that I was on a shared hosting plan and that I could not access the terminal directly and I would have to do this through a php

Publish extra dll files not included in the web project

只谈情不闲聊 提交于 2019-12-08 08:59:58
问题 My goal : add dlls coming from other projects and publish the web app with those files in the bin folder. So I try to publish extra dll files not included in my main web project. I need to do this because several class library projects are not referenced. Those projects have post-build events that copy their own dlls in the main web project folder (I read them with DI thanks to Autofac). Locally it works well if I publish all the folders, but when I want to publish the main web project, the

Display a public Facebook event on a web page

試著忘記壹切 提交于 2019-12-08 07:26:05
问题 How can I show information from a specifiec Facebook event on a webpage? Things like: time, location, created by, more info, and also the image used as thumbnail. Even if I didn't created that event. Someone else created it. I just have the url of that Facebook event and I can find the user id of the person who created it. I found this page: http://www.codeofaninja.com/2011/07/display-facebook-events-to-your-website.html But it's not the same as I want, and I couldn't figure it out how to do

Gradle task to publish / upload android apk to Http Server

筅森魡賤 提交于 2019-12-08 07:12:39
问题 So far we used Jenkins with Ant to build our Android APKs. The built APK, the proguard mappings.txt and some release notes get uploaded to a Http Server using curl curl -k -F "app=@$apk_dir" -F "release_notes=@$release_notes_file" "https://ourserver.com/apps/internal/app/$app_dir/$version" whereas app dir is assembled by some parameters from the Android Manifest app_dir="${app_name}-${some_other_manifest_meta_data}" As I now start switching to Gradle I want to move this to the gradle build

How to deploy or publish Windows app with SQL Server database

做~自己de王妃 提交于 2019-12-08 05:30:17
问题 I have developed a C# application with a SQL Server database. When I try to publish the application to test it >> it works correctly on my machine (that include the database in SQL Server data folder) >> but when I move that published app to another machine it doesn't work. I want to know the simplest way to deploy the project with its database together I am using this connection string in my app.config : <?xml version="1.0" encoding="utf-8" ?> <configuration> <connectionStrings> <add name=