0
votes
1answer
196 views
Visual Studio Web Setup Project - deploy outside of web root (wwwroot)
I am working with Visual Studio setup projects to install web application. I am looking for a way to change the default physical file installation path. The end result I would like …
2
votes
3answers
71 views
+350
How to deploy: database, source and binary changes in 1 patch?
Hello There,
I'm part of a development team that works on many CMS based projects, using systems like Joomla and Drupal.
In our development process, all of our code changes are m …
0
votes
1answer
27 views
Recommendations to handle development and deployment of php web apps using shared project code
I am wondering what the best way (for a lone developer) is to
develop a project that depends on code of other projects
deploy the resulting project to the server
I am planning …
0
votes
2answers
30 views
how can i combined the framework and installer in single msi using wix
hello,
how can i combined the framework and installer in single msi using wix.
reply me soon
Samir
1
vote
1answer
10 views
how can i attach the framework in WIX
hello,
i want to attach .net framework 2.0 file in wix.how can i?so whenever client want to install the msi then it will install the framework directly.so how can i bind …
0
votes
5answers
963 views
SQL CE 3.5 deployment problem, concerning interop between C# and C++
Hi!
We have a situation where a C# application is working with SQL CE 3.5 . To allow for a legacy program to use some of its features we have produced a C++ dll which uses interop …
0
votes
2answers
29 views
rails app unable to save anything after deployment
Hello today i uploaded my app to server, and after seting it into development mode, and running of course rake tasks (rake db:migrate, and rade db:migrate RAILS_ENV="production" ) …
2
votes
2answers
50 views
Building optimized Qt4 - “./configure” flags and their meanings
Hey everyone,
I recently followed a discussion on the Qt4-interest mailing list about whether it is legal or not to build a commercial/proprietary application and statically link …
2
votes
3answers
60 views
Deploying ASP.net web application
I will be deploying my Web App this weekend on a testing server. I have already had a couple of attempts at putting it up and have found trouble with
Database connection
Authent …
2
votes
7answers
80 views
Incremental deployment of java web applications
We have following problem. Developers frequently need to make small changes to our web applications. When I say small, I mean things like correcting the spelling on a web page or s …
0
votes
3answers
652 views
Is an SSH tunnel through Citrix Client possible?
I know it is not strictly a programmer question, on the other hand, I would really like to be able to do a simple svn up on the production servers, which would save us a lot of has …
1
vote
2answers
33 views
how to create setup file dynamically
Hello,
can you tell me how to create setup file dynamically in c#.net or VB.Net.
Please reply me soon
Samir
0
votes
1answer
40 views
No ‘Home Site’ attribute has been provided for ‘Office2003PIA’.
I have Office 2003 PIA as dependency in my setup project.
when I build my project I'm getting following Warning.
Warning 1 No 'HomeSite' attribute has been provided for 'Office …
0
votes
1answer
52 views
Statistic for requests in deployed VPS servers
I was thinking about different scalability features, and suddenly understand that I don't really know how much can handle one server (VPS). The question for them who have loaded pr …
1
vote
7answers
44 views
XCOPY to remote server
In order to improve the deployment / build process of my ASP.NET app, I would like to make a .bat that
builds the current solution in release mode
xcopy the files to a remote se …
