deployment

MVC deployment setup

Does the Visual Studio 2008 Web Deployment Projects handle deployment of ASP.NET MVC applications? If not, what's the best practice for deploying an ASP.NET MVC application? Also what's the best way to handle different versions of configuration files (such as web.config) that will contain different settings depending on what type of bui...

Different Connection Strings with Entity Framework based on Context

I have a web forms application that uses entity framework, the application is deployed on a development box, my local machine and a production box. Each of these have different connection strings. What is the best way of handling this. I use TFS Build Server to deploy to development and take the result of that build zip it and copy it t...

Why won't my iPhone app debug from XCode?

After having a hell of a time trying to get my certificate to work, I finally deployed the app to my iTouch. However, if I try to run it via Build and Go, the app just displays with a blank screen. None of the breakspoints are hit (yes, I am in Debug mode). If I disconnect XCode and just run the app from the device by tapping it, it w...

Deploying ojdbc14.jar in a code module for a FileNet code module

Hi everybody, I'm trying to deploy a couple of jar files in a code module for an event action in FileNet P8 4.0 (the FileNet server runs on WebSphere 6.1). One of these jars is my custom code, and the other jar is the thin driver for Oracle called ojdbc14.jar (I also tried with ojdbc15.jar), the custom code uses the oracle jar in order ...

Deploy WEB Service Consumer module

We have recently added some functionality to our web site that requires adding a service reference to an api in an external domain. Adding the reference to a VS2008 project createed a sub-folder in the "Service References" folder and added 18 files to that folder that appear to represent the classes in the api. The api provider also ha...

Is it possible to register an IIS Isapi mapping with a setup project?

It would be useful for example to deploy an asp.net mvc app in iis 6 without the extra steps. In this case i would like to register a map for "*.mvc" to the asp.net handler C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll ...

Deploy aspx page in /Lists folder programmatically.

Hello. I have a need to deploy ASP.NET application page from assembly to /Lists/ (http://server/Lists) folder. How can I get "physical" page object from page that is made in assembly? How can I deploy this page as module or by FeatureReceiver? "Physycally" folder Lists does not exist. Thank you for assistance. Edit: I want to ...

How can I use one service definition for testing and another for deployment with Flex Builder?

I would like to use different service definitions in a Flex app depending on whether I'm running on: My local developer machine The test tier The QA tier The production tier My services are all AMFPHP remote objects, living on different hosts and at different locations depending on which tier I'm on. How can I have my flex app choos...

Automated Deployment solution for multiple Java web-apps

I'm looking for solutions, preferably open source, that can manage deployments of multiple interdependent java web-applications. The solution requires an ability to create and store a release specification containing multiple items for release - specific versions of each application and relevant other artifacts (database config, apache ...

running bat file from custom action deployment project

I have a visual studio deployment project with a custom action. I want to use that custom action to run a .bat file. As simple as this task sounds, it has got me stumped. It seems that within the context of the custom task .dll it doesn't see that bat file in the "Program Files" directory. Anyone have any pointers on this? Just as an ex...

how to deploy an application automatically

In the office here we have a startup script that runs on the server which will update via copy/paste the software in house if there's a newer version on the server or not. This was simple, easy and fast to implement. There is now a problem, many of our users are off-site and they use laptops/tables which don't connect to the domain to r...

How do I load a file relative to a module path?

Hello SO, I don't know how to do one thing in Perl and I feel I am doing something fundamentally wrong. I am doing a larger project, so I split the task into different modules. I put the modules into the project directory, in the "modules/" subdirectory, and added this directory to PERL5LIB and PERLLIB. All of these modules use some ...

Deploying CherryPy (daemon)

I've followed the basic CherryPy tutorial (http://www.cherrypy.org/wiki/CherryPyTutorial). One thing not discussed is deployment. How can I launch a CherryPy app as a daemon and "forget about it"? What happens if the server reboots? Is there a standard recipe? Maybe something that will create a service script (/etc/init.d/cherrypy.....

How can I use svn+ssh in a PHP script?

i can't figure out how i should access the repository from a CakePHP project called fredistrano (you can do CakePHP deploys with a web 2.0 interface). i have fredistrano in my web broadcasting directory on a shared unix web server. when i use tortoisesvn from my laptop, i have to use svn+ssh://[email protected]/svnpath/trunk/. i tri...

How do others keep a clipart repository up to date?

We have a clipart library with our application, its recently grown in size (based on marketings feedback) to be 2GB of data. The application installer is now 1GB and really a bit unmanageable for some of the countries we distribute to. What solutions would you use install and keep a library like that up to date? ...

Deploying ASP.NET Web Applications from Hudson Build/CI Server

We have multiple Hudson continuous integration environments set up with automated builds and tests, however we don't do any kind of automated deployments to test environments. I was wondering how other teams are deploying their ASP.NET web applications. Our builds package up the artifacts of a build with some scripts to stop/start IIS ...

Looking for a suggestion for a git website repository/branch structure

I am looking for suggestions for how to structure projects using git repositories and branches. Assume I want a remote repository, and my project is a website that uses a Flash widget. The Flash widget is compiled from source code that I've written. To deploy my website, I would like the production server to just be another git client...

JAX-WS Deployement error + LocatableWebServiceException: class not found in runtime descriptor

I have deployed JAX-WS web services in Tomcat and when i restarting the tomcat server. I am getting this error on console. I have putted entry in web.xml and sun-jaxws.xml as per guidelines given in this link - http://www.jroller.com/eldaaran/entry/using%5Fjax%5Fws%5F2%5F0 Please advise. SEVERE: WSSERVLET11: failed to parse runtime d...

Is there a way to do an "xcopy deployment" of a JSP?

One of the things that's neat about the IIS / ASP.NET environment is the ability to do an "xcopy deployment" - you can literally just drop a stack of .aspx pages in a web-shared directory, and ISS will figure out how to show them to the web. Is there a way to do something similar with JSPs? The exact use case in question is this: we ha...

ASP.NET: Deploying project with form autherication to webhost

Hey How do i upload the form autherication data in App_Data folder to my webhost? I have uploaded my project and everything works fine, beside the login. I get this error: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the ...