deployment

How do I publish/deploy an MVC Project with ResX Resources?

I have written a VERY simple MVC application which just displays a single string from a Resource file. It works just fine on my local machine but when I deploy the project to the web server I get the error. CS0103: The name 'Resources' does not exist in the current context You can very easily replicate exactly what I am doing in...

J2EE test deployment conflict resolution how to?

Just stuck with this problem Developer A changed file aaa.jsp in his svn branch and then our admin deploy that version to the test server. Test starts. Lets say 3 days later, developer B changed the file aaa.jsp in her branch and then our admin deploy that version to the test server. Test starts. Right now Developer A's version has be...

Exporting and deploying sharepoint list definition between servers

I have created a list in sharepoint 2010 and want to somehow export the list definition for use in a feature in visual studio 2010. The reason is so that I can package it and deploy it to another server. Is this the right approach to deploying existing sharepoint artefacts to a different server? ...

Impersonate a user to execute TF.exe

Hi, Is there a way to provide credentials to get latest files from TFS using TF.exe command line utility? My company was recently took over by another company. After acquisition, my machine was imaged as per new company's policy. I will be able to access the old company's domain over VPN. The TFS server belongs to old company's and acces...

How to set Application Pool in VS2010 Web Deployment package

I'm currently obliged to use VS2010 on XP for developing a Web application. I've generated a Web Deployment Package that installs on IIS 5.1 using the generated ".cmd" file but I need to deploy to IIS 7 and set a non-default Application Pool. Documentation for Web Deployment Packages is woeful and I can't find any reference to what optio...

Deploying .EXE to network drive?

What are the problems with deploying an .EXE to a network drive and having users execute the .EXE over the network? The advantage is that upgrades only need to be made to the one location. What are the disadvantages? ...

Outlook Addin Deployment

Hi all. Just developed a outlook addin, but now i am trying to create a setup project. i follow the tutorial from http://www.supinfo-projects.com/en/2006/add_in_outlook_2007_en/introduction/ , but when i try to install a error occurred ( Error 1001. Cannot set the security policy. --> Cannot create the security code group 'OutlookPanel'....

Finding out deployment machine you are on in code (Rails)

Hi folks! My rails app is deployed to several machines. I need each machine to run different cron jobs (it will be a disaster if they all run the job). How do i tell my script which machine it is currently on? I am using the whenever gem, and i am thinking of adding the condition in the schedule.rb Example: My deploy/production.rb r...

How could I use git to deploy?

Basically I thought I could use git for deployment as those rails cloud providers as heroku offer. So I created an app on the server, changed to that directory and did a git init in there. Next I created a http server with git-wep pointing that directory. Now I check out, that`s fine too and edit and commit to my repo. Now, what I want ...

ClickOnce updates all files. Why?

I've got small wpf application deployed using ClickOnce technology. The problem is that when I build new version clients download all files, though many of these files have not been changed. I use following configuration to make deployment manifest <GenerateDeploymentManifest AssemblyName="MyApp.exe.application" AssemblyVersion="1.0.0...

How to bundle an XCode project and deploy onto iPhone?

Hello, I have created an iPhone application which i want to deploy it onto iPhone device. please tell me what is the procedure to deploy it onto iPhone?Since its an enterprise application, i've paid the respective amount to apple developers to get teh certificate. but which file to deploy , or how to make my full application as a single...

Problems deploying Spring 2 aplication in Apache Tomcat 6

I'm trying to starting up with a Spring 2 + Struts 2 + Hibernate 3 arquitecture project, but I get an exception when deploy it in Apache Tomcat 6.0 within Eclipse (Helios version). Tomcat's exception on start: GRAVE: Error configurando escuchador de aplicación de clase org.springframework.web.context.ContextLoaderListener java.lang.Cla...

phing parameters

for deployment, we use the awesome tool PHING. We'd like to be able to pass a parameter to the "phing" command when deploying, like this: phing 1.1.1 -> we would like to capture 1.1.1 inside the phing build script to extract a certain SVN TAG from our repository and move that tag to production. Is that something that's possible? ...

How to block HTTP access to a Git repository?

I'm playing around with the idea of using Git for deployment and updates of my web applications, but the problem is that by doing it the way I'm doing it, the .git directory (and therefore all my source code) would be accessible via HTTP. This is what is holding me back from really implementing this idea. How do I prevent HTTP access to...

Why does AssemblyPart inherit DependencyObject? and my other related AssemblyPart mysteries

One of my biggest frustrations with using most APIs is that the use cases and/or user stories for the API are not documented anywhere. While the .NET Framework Design Guidelines preaches Scenario-Driven Design, MSDN typically does not explain real-world scenarios. If they provide programming examples, it is entirely explained in terms ...

Tool for extracting diff between two MySQL db structures (including tables, procedures, triggers, functions)?

Hello, I'm starting to think about some kind of deployment script. So, sometimes we need to ALTER our tables in release etc. I need some kind of tool to compare DB structure on dev and production (or just previous version), find out difference in table's structures and generate appropriate ALTER's. It will also be great if this tool w...

SVN Deployment Procedure

Hello All, I work in an environment where we use SVN for our source repositories. For example my code repository is as below: //svn -folder1 -file1 -file2 -folder3 -file4 -file5 but when these get deployed to production / testing server => the directory structure is very different and only files need to be pushed => i...

ASP.NET MVC - How to make it work with IIS6

I am having some issues with deploying my MVC 2 application on a IIS 6 server. I have the following project structure: / App/ Controllers/ Helpers/ Infrastructure/ Models/ Views/ Public/ # This folder contains CSS and JS files Global.asax Web.config I have a custom System.Web.Mvc.We...

Deploying a web service to a server

I have a web service currently running in Glassfish through Netbeans. Netbeans automatically created a wsdl for this, at Logging listening at address at http://localhost:8080/LogWebService/LoggingService where LogWebService is the project name and LoggingService is the class name. I want to move the service to an external server so I c...

Strangeness when deploying JRuby app under Jetty

This problem is maddening and I hope someone can point me in the right direction. I'm trying to deploy an instance of Redmine to a Jetty servlet. I've created the war using Warbler, have created the context, and it seems to deploy. Unfortunately, I see the following behaviors: If I access my app at its configured hostname's /, I see a ...