Hi all ~
This is getting a bit frustrating now! Heaps of awesome Karma for whoever can help me sort this out. :-)
My cool little desktop C# app gets sent to users manually, zipped. They install it and all is well. One big missing piece to finish it off though is getting auto-updates to work.
PART I: Publish Wizard Steps
1) "Where do ...
Hello All,
We have a deployment scenario where we don't want to shared Account key and account name. Is there any way i can access Azure storage without providing Account key and account name?
Regards,
Aditya
...
After reading similar posts on deploying applications with Capistrano, I decided to give it a try with no success. Mostly because I can't get ruby on my hosted server. I then found out about Fredistrano. After tweaking its awkward .htaccess problem (adding RewriteBase helped) I got it to run. Now, I have the all-time problem of updating ...
I have selected the configuration as 'Debug', and my WDP file has
Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "
everywhere, so as I understood it shouldn't compile, but still is compiling.
What I'm doing wrong? I'm using Visual Studio 2008, if that matter.
In other words, how can I make that WDP only compiles when...
Given a large scale software project with several components written in different languages, configuration files, configuration scripts, environment settings and database migration scripts - what are the common practices for deployment to production?
What are the difficulties to consider? Can the process be simplified with tools like An...
What is a good deployment strategy to use with Git + Heroku (ruby on rails)?
Currently the way I work with my origin git repository: All features (or 'stories') are first checked out as branches, then get merged with master and pushed to origin.
Anything pushed to origin/master triggers a script that pulls the new rails code to the s...
I am looking for a solution to deploy ASP.NET application from SVN in one server to other remote web server. FTP is not allowed. Other tasks than file copy should be done - e.g. create virtual directory.
Which tools would you use? Remote server could have MSBuild or NAnt installed but how to securely copy files from SVN server to web se...
I have an ASP.Net web application that is deployed to a number of different customer's servers and hosted within IIS (6 or 7 depending on the site). The system is based around a set of fairly complex ASP.Net (aspx) pages. Due to rapidly changing requirements we often have to add forms to the system. At the moment we use a fairly clumsy a...
I'm looking book/online resourses about JEE application deployment pattens. Especially I want to know patterns when to use local interfaces when remote ones (how many nodes I need to?). The key question is to use single EAR (EJB and WAR) or separate nodes for EJB and WARs.
Resources I've found are bitty outdated, they concentrate on EJB...
I am trying to figure out the best way to deploy a single google app engine application across multiple regions.
The same code is to be used, but the stored data is specific to each region. Motivating examples are hyperlocal review sites, like yelp.com or urbanspoon, where restaurants and other businesses to review are specific to a re...
Hi,
I've been wrestling with this for a while now. I have an app that uses a lot of mem and really would benefit from being LargeAddressAware.
Problem in short: With the LAA-flag, the app won't start.
Empirical results:
1) I have a release script that runs the entire ClickOnce publishing, then re-signs the executables and dlls, then ...
Is there a way to pre-compile websites with VWD Express ?
Can I use ASP.NET Merge tool or similar utility ? and is there any limitation to options (can I choose whatever options like in VS Pro edition)
...
I would like to secure an ASP.NET web application against hacking. Is there a list of ASP.NET specific tasks specifically coding wise to make an ASP.NET more secure? Beyond what is mentioned on MSDN. I am interested in specific steps with code examples on ways to avoid cross site request forgeries & cross site scripting.
I know about u...
I used to just upload asp.net websites to the live server, and IIS compiles them automatically.
But when I do the same with asp.net MVC projects I just get errors, and I need to release Build the project before I upload it.
Note1: I'm using VWD 2008 Express
Note2: The project is working perfectly if I release build it on my machine th...
Can I use the Copy Web Site tool in Visual Studio 2008 to deploy MVC application to my hosting server? However, the Web Site menu doesn't even show up in Visual Studio with MVC project opened. What's the best practice to deploy MVC application? Thanks.
...
In the tornado documentation they show how they can have a very large through-put from 4 frontends. I'd like to run an app in the same way, and would like to have the frontends running as daemon processes managed with an init.d script*.
I'm fairly new to Python so don't really know where to start. Currently I'm starting the Tornado ser...
My company is currently using the sqlcmd 2005 for deployment and for some reason on certain SQL scripts it tends to hang even though there are no errors, and if run from management studio it completes successfully.
It tends to hang on complex scripts that have multiple GO statements and or cursors.
By "hang" I mean the process will not...
When creating a patch with the "patch" tool or with the built in "patch"-functionality in svn and then applying it to a source tree, is there any way to easily step back from the applied patch to the previous version?
...
I'm just wondering if anybody knows if Apple provides deals to enterprises wanting to deploy an application to a large # of customers. Or does every customer have to go to the app store and buy the application individually giving Apple the 30% cut of your app price.
Thanks
...
A few test scenarios have been recorded using CODEDUI Test template for my web application in Visual Studio 2010 beta. These run from within the Visual Studio successfully without any issues.
I was looking for instructions to create a deployment package.
If you can guide me with this, I would be grateful.
[Note please create a tag for...