publish

How do i add media files/folder to a winform app .NET

I am making an example app of a game. I have a folder i set as the current directory from within visual studios which includes pngs,ogg,config.json,etc. When i 'publish' these files are not included. How do i properly add a media files/folders into the project? ...

.NET Publishing files but allowing them to be edited?

I had media files require in the project so i did this + set built action to content Now here are my problems I would like my app to check for .NET and to check for other installs which is fine now that i made a prerequisite I would like to copy media files when i publish One of these files is a config file i like the user to edit P...

Can you exclude code automatically when using the publish feature in Visual Studio

Is their a way to exclude a block of code when you use the publish feature in visual studio. In other words say I had a log in button that did something like: // Start Exclude when publishing if (txtUserName.Text == "" && txtPassword.Password == "") { lp = new System.ServiceModel.DomainServices.Client.ApplicationServices...

django admin - selecting a single model to publish to site

Hey, I'm making a popup radio player with an attached shoutbox with django and i'm having trouble getting the admin functionality I want. I have two models: 1) A Stream (which represents a certain radio stream that the admin can publish to play on the frontpage - i.e. there are multiple saved streams, but only one is playing on the fr...

Publishing Website

When we publish web application, images store in physical folder are not displaying on actual runtime. How to solve this problem? ...

Publishing on facebook

Hi everyone, i want publish automatic content on my coporate facebook page. I´m all ready create an application and i upgrade my corporate page to a normal FB account ( i still administrate my corporate page ). The problem is that i can´t authorize my application using php to publish on my corporate facebook wall´s. im crazy! ( * so...

Is there a better way to publish to stream (Facebook) from an Android app?

The "unofficial" FB library is not working very well, so looking for alternatives. In case there aren't what is the most straight forward way to use the library for this purpose solely? ...

How do I use VS2010 One-Click Publish (MsDeploy) to deploy remotely from the command line?

On the remote web server I have installed the remote service http://x.x.x.x/MsDeployAgentService. If I use the Web Application Project's Publish command in VS2010 I can successfully publish to this remote web server and update a specific IIS website. What I want to do now is execute this capability from the command line. I am guessing...

What are the steps to host an asp.net 3.5 published website in iis 6.0?

What are the steps to host an asp.net 3.5 published website in iis 6.0? Any suggestion... ...

Custom app_offline.htm file during publish

When I publish my ASP.NET MVC application it generates a app_offline.htm file to take the site offline while it updates the website and then deletes the file once the publish is successful. This is cool and I really like the idea, but I want to create my own custom app_offline.htm file that the publish action is aware of and put it some...

Publishing to Amazon S3 with Espresso

I've been looking around to get some clarity on this but it seems like I'm the only stupid one having a problem with it. Case is, I can't connect to Amazon S3 with Espresso. Or I think the case is rather that I don't know how to. I mean, I have my username, access key and secret key. Espresso asks for the username and password. So which...

Where is the windows app installed + .NET + VS2005

I deployed a windows application in the following website http://StagingServer/MyProgs/MPP/ on my intranet site, using the Publish Wizard of VS 2005... I accepted all defaults (including Offline support). My users were also able to install the same from the path specified. But when I try to find out the exact location of the EXE in t...

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. ...

VS2010 Publish Profiles -- Where are they stored?

We have set up a few Publish Profiles that are used to deploy web apps to various servers, and it all works great with 1-click deployment. However, w find that even though the entire solution is under source control (svn), the profiles do not seem to be carried over, so we need to re-create the profiles on each developer's machine manua...

Compile MvcContrib Portable Area with aspnet_compiler

Hi I have a .net mvc 2 web application. I deployed this application using aspnet_compiler and a nant build file like <target name="deploy.advance.application"> <exec program="${aspnet.compiler}" commandline='-f -u -c -p ${dir.website.advance.application} -v temp ${dir.publish.advance.application}' /> <mkdir dir="${dir.pub...

Ivy and Snapshots (Nexus)

Hey folks, I'm using ant, ivy and nexus repo manager to build and store my artifacts. I managed to get everything working: dependency resolution and publishing. Until I hit a problem... (of course!). I was publishing to a 'release' repo in nexus, which is locked to 'disable redeploy' (even if you change the setting to 'allow redeploy' ...

Sitecore publishing target disabled

Hi I'm moving our sitecore production server to a new setup, so have set up a new publishing target for the new server so that I can publish to both old and new during the transition. These are called 'live' (current server) and 'live2' (new server). I have the new database set up and can switch to it and browse it in the content edito...

How can I add Snapshot and test variations to my ivy.xml

Hey folks, I'm using ant+ivy+nexus to build and publish my java OSGi projects (just good old jars if you're unfamiliar with OSGi). After the usual mind-melting period one has when engaging with new tech I've got a mostly functional system. But, I now have two dimensions of artifact variation: snapshot/release and main/test. The main/t...

Weird stack trace in exception "The incoming request does not match any route"

i have published asp.net mvc application on iis 6 on the server(windows server 2003) from local machine. On server i have set the default page to default.aspx. but when i try to browse the site on server, it gives me exception "The incoming request does not match any route" One thing i noticed is that. Stack trace on line 5 is shown belo...

Modifying The Published Name Of A Program?

I have a C# program that I poorly named when I first started it and want it changed now. I've changed the solution name, but that doesn't appear to change what the program is named when it publishes. My question is how to change the publish name. ...