Tagged Questions

3
votes
5answers
70 views

.Net Assembly /dll Sharing and Deploying

hi guys, We have 3 software products which use the same .net dlls(code + legacy). All these use common functionality present across 3/4 dlls. i wanted to know how and where to deploy these dlls. …
2
votes
2answers
53 views

What’s the best way to deploy an executable process on a web server?

The title of this question might be a bit clumsily phrased, but here's the situation: I have a .NET web project deployed on my server. It's still in beta, so there's a lot of releasing and …
0
votes
1answer
11 views

circumventing WCF with direct calls to a DLL in a single user environment

I am helping a company with a software package that will flexibly support multiple deployment scenarios. The package is written with .NET, has a well defined BLL, and utilizes SQL Server for the …
1
vote
1answer
22 views

Git post-receive hook acts differently to shell

I'm trying to setup a git repo on my live server to automatically update a subdomain on receive. Using this guide http://toroid.org/ams/git-website-howto. hooks/post-receive #!/bin/sh pwd git …
2
votes
3answers
32 views

Does RackSpace have a read-write file system?

I deployed a Ruby on Rails app to Heroku, and I realized they have a read-only file system (http://docs.heroku.com/constraints#read-only-filesystem). This means I can't cache images locally, for …
0
votes
2answers
82 views

What steps should be taken before a .NET application is marked for ‘release’ in Visual Studio? [closed]

What steps should be taken before a .NET application is marked for 'release' in Visual Studio?
0
votes
0answers
14 views

Your radiant deployment recipe.

Are you using Radiant CMS? If yes, what is you deployment strategy? Since lot's of configuration is stored in the database, I need to overwrite db on the server with my development db (with …
0
votes
2answers
22 views

Django mod_python deployment error

I'm trying to deploy a django project via mod_python and I keep getting an error saying a handler module is missing. My apache config: <Location /> SetHandler python-program …
1
vote
3answers
49 views

Published an asp.net Web Application in debug mode?

I have been publishing a web application project in debug mode. I know there are a lot of questions on here regarding this, but I think they more pertain to window apps, but I could be wrong. …
0
votes
1answer
22 views

When I deploy code through the GoogleAppEngineLauncher, does it upload all files?

So currently GoogleAppEngineLauncher is pointing to a directory that contains my app.yaml file, along with several other directories - Let's say they are directory A, B and C. If A and B contain …
0
votes
1answer
32 views

Whats a good PHP app/project deployment package?

I've been reading about Capistrano, Pake, and Phing and I'm just not finding what I need. It seems like these deployment packages all assume that you have full access to your deployment server, that …
0
votes
2answers
20 views

Providing an installer for asmx Webservices

What is the best way to deploy a couple of asmx webservices to IIS. (6.0, 6.1, 7.0) The services are an optional install and I think the most convenient way to install them would be some kind of …
3
votes
3answers
79 views

VS2008 : Creating Single DLL from Solution with Many Projects

I have an asp.net web application developed in VS 2008 ,composed of 3 different projects (one for UI ,one of BO and the third for DAL) .How can i generate a single assembly file which holds all 3 ? …
-1
votes
4answers
74 views

Recommendations for .NET code analysis tools and code deployment tools [closed]

Possible Duplicates: Good code analysis tool for C#? What static analysis tools are available for C#? What would all of you recommend to use for code analysis of .NET code? Are there any …
2
votes
4answers
39 views

What ways are there to simplify the install of a php app for linux and hopefully windows as well?

I have a php application ( http://github.com/tchalvak/ninjawars ), essentially a php-based webgame that I run at http://ninjawars.net . I frequently configure and install the app for myself for …

1 2 3 4 5 88 next
15 30 50 per page