deploy

How can I include files in a C# deployment?

I have a DLL I need to deploy with my C# application. It's not currently included in the installation package when I hit "Publish" so how do I include it? Would the process be any different if I had app.config and other files I wanted to deploy with my application? ...

SharePoint: "Failed to extract the cab file in the solution"

Hi I'm receiving a "Failed to extract the cab file in the solution" error when I try to deploy my wsp using stsadm -o addsolution -filename... I've open the wsp as a cab and checked that there are no duplicate files in there as I understand that can sometimes cause this issue. The issue only started when I tried to include a custom fi...

Maven site deploy using ftp

Hi, I am using Maven2 and would like to deploy my generated site to a web server using ftp. i tried to use: <distributionManagement> <site> <id>website</id> <url>ftp://host/pub/</url> </site> </distributionManagement> the problem is that get an error that ftp is not supported. could it be that this basic feature d...

Deployment of a Browser Helper Object

hi all, I wrote an IE Plugin with the .NET SpicIE Framework. During development I tested it with the following commands: "C:\Windows\Microsoft.NET\Framework\v2.0.50727\regasm" "plugin.dll" "C:\Programme\Microsoft SDKs\Windows\v6.0A\bin\gacutil" /if "plugin.dll" Now I want to create an MSI Installer with the Microsoft WiX Toolkit. But...

deploying custom software on linux?

I write company internal software in PHP and C++. What are the best methods of deploying this type of software to linux machine? Currently, we use svn export, are there any other methods? ...

Deploy BHO errors

Hello, I developed an BHO using C# .NET. Then I create an deployment project and testet the setup on a other machine. It fails with an error in german. translation is something like: cant register ieframe.dll HRESULT: -2147467263 ieframe.dll was recognized as an dependency and was added to the setup project automatically. actually I t...

Can TeamCity publish a Web project using the sln2008 build runner?

I'm building an ASP.Net MVC project in TeamCity. Can I somehow call the Publish target and get the output copied to a folder under IIS? or do I need to write an msbuild script for this? ...

How to have a Tomcat WebApp auto deploy sub services?

I've written a service framework using Hessian and want to keep URL's common but the flexability of auto-deploy. If i deploy a Service.war I can access it fine using /Service however, I want a general spot for all services. How could I have a seperate context where all services live and get auto-deployed. Exactly like how axis2.war do...

how many war can we deploy onto tomcat?

how many war can we deploy onto tomcat? is there any limitations??? ...

Unable to run ruby on rails app?

I am unable to run ruby on rails application. I setup the database and loaded database schema. When I run: ruby script/server -e production It says: => Booting Mongrel => Rails 2.3.2 application starting on http://0.0.0.0:3000 => Call with -d to detach => Crtl-C to shutdown server and it just stays there. If I go to the directory w...

Are There Any .NET Framework 3.5 Rollout Cautions?

What level of concern should I attach to deploying the .NET framework 3.5 onto a production application server currently hosting about 20 .NET framework 2.0 applicatons? I have a run into resistance to my request to rollout the .NET framework 3.5 into our environment. We do not have the ability to regression test with confidence nor do ...

Deploy Maven site using FTP Ant task

Hi, I am trying to deploy a Maven site to an FTP server. I am using the following code in my pom.xml: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> <executions> <execution> <id>ftp</id> <phase>post-site</phase> <configuration> <tasks> <ftp action="del" server="nexu...

Documentation for Microsoft.SqlServer.ReportingServices2005.Role ?

Zilch on the web or BOL Any ideas? ...

How to deploy software iteratively?

Reading through wikipedia I came across the concept of Sprints in Agile development. From my understanding a Sprint is when a group of developers code a certain amount of features and once these features are programmed they are packaged and shipped of to the client, then the next sprint starts and another set of features are coded and sh...

Deploying an SSIS Package

I have a a project with multiple packages under the SSIS_Packages folder. Can i deploy one of those package instead of the project? The documentation here indicates to use .SSISDeploymentManifest. I don't want to deploy all the packages under the project, just one to SQL Server 2005. ...

Common practices if we discover a problem after deploying a web application?

I recently have a problem that my java code works perfectly ok on my local machine, however it just wouldn't work when I deploy it onto the web server, especially the DB part. The worst part is that the server is not my machine. So I had to come back and forth to check the versions of softwares, the db accounts, the settings, and so on.....

How to deploy toolbars with default locations while still using ToolStripManager?

I seem to be caught between the vs2008 settings wizard and the ToolStripManager. Here is what I want to do... During development I locate about seven toolbars each in one of three toolstrippanels in a layout that is easy for the user. Those settings are recorded in the user.config in my development folder. The ToolStripManager reads ...

Configure Django project in a subdirectory using mod_python. Admin not working.

HI guys. I was trying to configure my django project in a subdirectory of the root, but didn't get things working.(LOcally it works perfect). I followed the django official django documentarion to deploy a project with mod_python. The real problem is that I am getting "Page not found" errors, whenever I try to go to the admin or any view...

Securily deploying applications to Windows Server

How does one deploy an ASP.NET (MVC) application to a Windows Server securely? Visual Studio 2008 seems to only support FTP, which is not secure at all (plain text passwords) and http which I'm not really sure what it is. I've been told it is for FrontPage extensions and that I should use that, but that seems to really be a second class ...

Deployment process - ASP.NET, SQL Server to shared hosting

After a number of failed deployment attempts (configs overwritten, files missing, out dated etc) to our shared hosting server I thought I might get some insight on processes to make deployment run more smoothly. We use SQL Compare to move database related stuff over and that seems to work well. The web site itself is in SVN source cont...