Is it possible when installing an app on a windows mobile device to automatically install the compact framework, the sql ce compact, etc ?
Or those can only be installed manually?
...
Is this possible with, e.g., MonoDevelop perhaps?
...
I'm really trying to use best-practices for dependencies management in my web apps but stuff happens. Some problems arise in production only anyways. I want to minimize this as much as possible.
I was thinking that If I can test new deployments in a virtual machine with the latest production snapshot this can solve this problem to a cer...
I have a very simple task called update_feeds:
desc "Update feeds"
task :update_feeds do
run "cd #{release_path}"
run "script/console production"
run "FeedEntry.update_all"
end
Whenever I try to run this task, I get the following message:
[out :: mysite.com] sh: script/console: No such file or directory
I figured it's because...
I have a problem with the deployment of the jsf application. All the jsp files are encoded as ASCII instead of required UTF8. I'm building the war file on Windows using Netbeans, then I copy it to the Tomcat6 webapp directory. However, when I unpacked the .war file I noticed that those .jsp files are all ASCII. How do I change it in Netb...
There are many ways to deploy Pylons apps.
- Proxying through apache or nginx to paste
- Embedding the app with mod_wsgi
- using some edgy nginx+uwsgi combo
- and probably more...
I've read a lot about the various approaches but failed to really decide which one to choose.
Proxying to paste through nginx seems to be the easiest method...
I have created a website with asp.net and uses oracle connectivity with pl/sql developer.i have uses the crystal report which is a third party tool. how to purchase it.
i am using visual studio 2005 and yes i am using basic crystal crystal that comes with visual studio.
Now suppose i hav purchase a domain www.abc.com.
and i want to pubs...
hi,
how can i install my own iphone app to my ipod touch/ iphone without paying? i follow a few documentation but it always fail. does anyone have a tested method?
i am using iphone sdk 3.1.3 with xcode 3.1.4. device is using 3.1.3.
thks
...
Consider a website build using python and django. In many cases it uses 3rd party modules beside standard python library - such as pytz, South, timezones or debug toolbar.
What is standard or just convenient way to deploy such application to production hosting with all the prerequisites (timezones, etc) installed automatically?
I'm new...
I am shipping my product X version 1.
It is installed in folder "%program files%\X V1".
It has a sub folder /addins where users will put addins to my product written by the community.
Fast forward to V2. What should be the deployment strategy?
Create a folder "%program files%\X V2" and manually copy all addins from V1 to it.
Always us...
I'm building an application which will use some settings and a local SQL Server. My question is, when it comes time to update the application; will the settings or data be overwritten?
What happens if I want to change some tables around in the future?
...
Hi @all,
i'm experiencing some problems while JBOSS 5.0.1 is booting. These are the error messages i receive:
10:54:55,655 WARN [HDScanner] Failed to process changes
org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
DEPLOYMENTS MISSING DEPENDENCIES:
De...
I'll soon be managing a fleet of ASP.NET webservers...
What are the technical limitations with deploying an ASP.NET webserver? Can I just copy the file(s) over, restart the website, and I'm good to go?
Is this any different than what VS2010's "deploy" does?
Does it matter what "type" of project I have: a Web Site or a Web Applicati...
We use SVN. Is it a good idea to do an "svn up" on production server? If so, how do we do roll back? What is considered best practice for deploying web apps (our application is in PHP).
Boss wants to use FTP.
...
I have a fix done for my user control.
The changes are there both in the .ascx file and the .ascx.cs file.
Now, post-build...is there any way I can deploy just my...assembly for this control container...and avoid the deployment of the .ascx file?
...
I have a console app using log4net (via Castle Windsor). Everything logs fine to the console when I debug, but when I publish and run the app, nothing is logged.
I have my log4net configuration in a separate file (log4net.config).
I'm thinking it's not finding the config file, but that's just a guess.
I'm a web dev and haven't deploye...
Hey All,
Please help..I am unable to figure out this wierd problem. My app has iAds and multitasking support. The app can be deployed onto the iphone and its running pretty fine but when I tried to deploy my app on iphone 3g(with iOS 3.1.2) it throws the following error on the console. I tried commenting out the code for iAds but not sur...
Webdeploy is an alternative to WebDav, FTP, and FrontPage extensions. It also acts as an alternative to DFS for replicating websites. I found instructions for configuring Windows 2008, but I'm unclear how to set up 2003 especially when multiple sites / IP Addresses are present.
...
I have a ASP.NET Web application which has 2 projects(one for UI and one for Business layer)
Now when i publish this for deployment,its giving me so many DLLS in bin folder which starts with prefix "App_Web...."in the name.How can i make it into only one DLL or 2 DLLS (one for UI and one for BL) ? I work with Visual studio 2010
Thanks i...
I am trying to automatically publish and deploy my .Net 4 web application automatically from a build script to be run by our continuous integration server. I am using the new _WPPCopyWebApplication target from VS2010 to perform the publish, however it appears to reset the current working directory of the msbuild project to c:\ this caus...