deployment

.Net Application cannot detect ODP.NET 2.111.6.20 in 64bit windows

Hi everyone, We are currently deploying our .net winform application which depends on ODP.NET 2.111.6.20 via xcopy. Installing on 32 bit windows was fine, however, for some reason our applications cannot detect odp.net in a 64bit environment. I would like to ask if there are special build configurations that i have to do in building m...

Feedback desired: non-disruptive deployment strategies for production Lisp webapps

I am interested in hearing how people do their Lisp webapp deployments and updates (especially updates) in production. In Ruby many, myself included, use Capistrano for deployments. It provides some nice indirection and the ability to execute commands remotely and most importantly (in my mind) the ability to rollback to a working code ...

Convert Virtual Directory to Web Application in WiX

I am creating a new WebSite whenever Feature A or B is installed: <Component Id="IIS.HelloWorld" Guid="6FA5EF90-C9D9-463C-9CC7-0410670AFBD1" Directory="TARGETDIR"> <iis:WebSite Id="IIS.HelloWorld" Description="Hello World for Web" Directory="INSTALLDIR"> <iis:WebAddress Id="HelloWorldAddress" IP="*" Port="8080"/> </iis:WebSite> ...

Version control, deployment and continuous testing in a single-person devteam (.NET platform)

I am the only developer in my company, and as such I control everything from deployment to bugfix to new features. My tool of choice is VS2010 and I code primarily in ASP.NET for new features and Classic ASP (sigh) for the bugfixes. I only have VS2010 Pro and I do not have access to any of the MS Team software. Now we are setting up a n...

deploying my grails WAR into EATJ free host trail don't work

i've deployed my grails WAR into EATJ.com free host trail but when i enter the url he give me which is http://emadhegab.s23.eatj.com/ it gives me 404 error i've deployed the war as ROOT.war and it's fully grails app. is there a problem with eajt or something?? or it's just me i'm still newbie at this ...

Provisioning System, the right person for the job

I'm in the process of fully automating our provisioning system, a system capable of deploying, updating, repairing and maintaining staging and production servers with a very little "human interaction". the person to achieve the task needs to be very acquainted with Linux systems and scripting languages. I'm using tools such Control Tier...

xcode : How do I make sure the deployment target of my binary is set at 3.0?

How do I make sure the deployment target of my binary is set at 3.0? My base SDK is 4.0 because I'm using xcode 3.2.4 and this is the only SDK I can use. I thought it was possible to get the binary to target 3.0 using the settings in the Build properties but when I upload the binary to iTunes Connect it still says the minimum os is 4.0. ...

How can I exclude files from harvesting a folder with heat (WiX 3.5)?

I would like to harvest a folder with a lot of files by using heat.exe. But instead of harvesting all files, I would like to exclude specific file extensions like "*.txt" or something like that. How can I do this? ...

ASP.NET 4 VS2010 Web Application Deployment

I must be missing something quite basic here... Trying to release my site to a test server... click on the publish option... and off it goes. The site is 'successfully' to the webserver... the odd thing is none of the code behind files have been copied. Should they be there? Why aren't they? What have I done wrong!?? I've looked for ...

Deploying 32 or 64bit ELMAH with website depending on server

I am currently building an ASP MVC 2 site and I am looking at hooking ELMAH in for my error logging however I'm not sure how to handle the different build environments. Both my development machine and current test server are 32-Bit and the production server is 64-bit. I can set the MVC site to deploy in x86 and x64 without any problems ...

Deploying an application containing SQL Server database. Which authentication method?

I'm just a beginner in SQL Server database development and was wondering which authentication method to use. My database needs to have the simplest protection there is. If I choose Windows authentication, what username and password do I pass when connecting to the database? What will happen when another user installs the application on ...

How to package asp.net web application w/o visual studio?

I got test server which I would like to use for CI too. Plan is to setup Hudson that listens to git repository, on new commit fetches changes, builds solution, runs tests (picks up output), setups test environment web application if everything looks green and shows Chuck Norris. I'm struggling with first part (git ports are closed atm ...

Easy rails deployment

I want to deploy a small rails application. What is the easiest / fastest way to do so? Capistrano seems to be oversized for small applications. Thanks for your answers! ...

How to make smart installer for ovi applications

Hi, How to make smart installer for Ovi applications? ...

Best practices for programmatically sanity checking environment using Python?

Hi all, I am building a system that has dependencies such as Apache, Postgresql, and mod_wsgi. As part of my deployment process, I would like to write a sanity-checking script that tries to determine whether the server environment conforms to various assumptions, the most basic of which is whether the dependencies are installed. Checks...

Heroku, Rails 3 and sqlite3

I experience the same scenario as described here http://www.ruby-forum.com/topic/217022 when I try to deploy my Rails 3 app to Heroku and sqlite3 is defined in the gems file. /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/bundler-1.0.0/lib/bundler/runtime.rb:64:in `require': no such file to load -- sqlite3 (LoadError) Any clue why this is?...

why webservers use port 80 for real applications?

Hello, Just curious. When developing with Casini development server, one has an infinite number of ports. But, the production servers seem to give a particular importance to port 80. Has that to do with a technical requirement, a convention, or both? I've checked the web but haven't been able to find a clear response so far. Thanks f...

zend framework deployment in server

I have a server, where I have uploaded my work in zend framework(in a subdomain). the folder name is 'visit'. So, When I go to: http://mysitename.com/visit, it shows a directory structure: Parent Directory application/ docs/ library/ nbproject/ public/ tests/ But when I go to: http://mysitename.com/visit/public, i get the index page ...

Code once, deploy in multiple devices

Hi, How can I code once and deploy on Windows, Mac, Web and Mobile? App Titanium does not deploy on the Web. Thanks ...

Report not overwriting in ReportServer

Hi, I created a report in VisualStudio, then deployed it to the report server. Everything was fine - it was launching ok in ReportManager and in ReportServer. But when I changed few things and deployed it again, changes are visible only in ReportManager. When I browse to my report in ReportServer nothing is changed (including last modifi...