Tagged Questions
The web-deployment tag has no wiki summary.
45
votes
4answers
4k views
allowDefinition='MachineToApplication' error when publishing from VS2010 (but only after a previous build)
I can run my Asp.Net MVC 2 application without an issue on my local computer. Just Run / Debug.
But if I have already built it, I can't publish it! I have to clean the solution and publish it again. ...
36
votes
12answers
1k views
Why not to deploy on a Friday?
Joel mentioned in StackOverflow podcast #24 that it's FogCreek company policy to not ship software on Fridays. However, he didn't elaborate as to why.
I agree. At my employer, we deploy on ...
23
votes
4answers
4k views
How do you include additional files using VS2010 web deployment packages?
I am testing out using the new web packaging functionality in visual studio 2010 and came across a situation where I use a pre-build event to copy required .dll's into my bin folder that my app relies ...
16
votes
3answers
3k views
msbuild target package not found
I want to package my VS2010 web application project ready for deployment with msdeploy.
On development machine I can do this using:
MSBuild.exe "C:\path\to\WebApp.csproj" /target:package
But on my ...
12
votes
1answer
2k views
Advanced tasks using Web.Config transformation
Does anyone know if there is a way to "transform" specific sections of values instead of replacing the whole value or an attribute?
For example, I've got several appSettings entries that specify the ...
12
votes
6answers
717 views
Deployment and Maintainence guidelines and strategies for large scale web applications
I work on a small scale application (about 5000 users), but we do maintain some important user preference data. Whenever we release an upgrade we check if there are users online (we do it after hours ...
12
votes
3answers
3k views
What alternatives are there to ClickOnce?
I've used ClickOnce a lot over the years but have run up against a lot of it's limitations. What alternatives are there for web deployment?
So far the only one I've been able to turn up is ...
11
votes
2answers
702 views
MSDeploy runCommand using relative path
I am trying to run a command as a part of my packaging/deployment process via MSDeploy. In particular, I am trying to create a custom event log by running installutil against one of my DLLs, but I am ...
11
votes
2answers
1k views
Is there a Perl or Lua alternative to Capistrano?
For a number of web-applications I need something like Capistrano to automate deployment. I know Capistrano can be used to deploy non-ruby applications but I'm not familiar with Ruby, so I expect ...
7
votes
3answers
383 views
What is a good build automation and deployment process for use with asp.net?
I’m looking for some recommendations to do project building and deployment automatically.
Our current development setup uses ASP.NET, SVN, CCNET and an MSBuild script for the dev server build. I was ...
7
votes
6answers
2k views
Buy or Build for web deployment?
I have been evaluating the wide range of installation and web deployment solutions available for Windows applications. I will just clarify here (without too much detail, these tools have been ...
6
votes
1answer
152 views
Can I deploy a ClickOnce application via CD, and update via Web?
We have a vendor application that we extend and deploy via ClickOnce. The vendor also provides a 'Deployment Manager' which packages the app and any extensions into a ClickOnce deployment that we ...
6
votes
4answers
509 views
ASP.NET Web Application (MVC) Deployment Automation and Subversion
We are trying to automate the build process to our staging servers but have run into a snag, albeit fairly minor. We are using the Publish functionality built into VS2010, committing to Subversion, ...
6
votes
4answers
335 views
PHP Site Deployment Suggestion
I'm currently quite troubled by the way of deployment my team is adopting... It's very old-fashioned and I know it doesn't work very well. But I don't exactly know how to change it, so please give ...
6
votes
4answers
1k views
Opinions on MSDeploy
You know, the next "big" and "enterprisey" thing from Microsoft.
Is it just me, or is it really hardly for humans? Main highlights are (IMO):
Absolutely cryptic syntax ...
5
votes
1answer
295 views
How can I deploy a web app with sbt 0.11?
it seems that both the jetty-run and jetty commands are missing from SBT 0.11. Either that or I am doing something very wrong. I am simply running sbt, then trying to run jetty-run. I have defined a ...
5
votes
4answers
465 views
Share aspx page between projects
We have a solution with multiple web projects, and there are some pages that should be present in several of them. So we'd need some sort of a shared project which contains aspx files, and which can ...
5
votes
4answers
547 views
Best Practices for Code/Web Application Deployment?
I would love to hear ideas on how to best move code from development server to production server.
A list of gotcha's, don't do this list would be helpful.
Any tools to help automate the steps of.
...
5
votes
1answer
971 views
Make Web.config transformations working locally
I want to get web.config transformations working locally but apparently the transformations only occur when doing deployments.
Does anybody know of a way to run the msbuild target ...
5
votes
4answers
2k views
Can I deploy .net 4.0 web application on IIS6?
I've recently upgraded VS 2008 to VS 2010. On our server we have IIS6 installed and we can not change that in near future. Even though we will develop new applications to be deployed on IIS7 but if ...
5
votes
1answer
920 views
Capistrano and deployment of a website from Github
So, I had what I thought was a fairly simple Capistrano use case: I want to deploy a PHP site from Github. But I'm running into a lot of problems. When I run cap deploy, Capistrano is able to clone ...
5
votes
2answers
502 views
How do i execute an MSBuild Task in VS2010 Web Deployment Build Template?
We've recently upgraded from VS2008 -> VS2010 (and hence upgrading from Web Deployment Project to proper deployment project).
Obviously what's new in VS2010 web deployments is the introduction of ...
5
votes
1answer
2k views
ASP.NET Deployment under IIS7/VS2010 as Web Application
I transformed my VS2008 ASP.NET Website to a "Web Application" today using VS2010. So now it's possible to build a Deployment Package. A Zip Package which can be direclty imported into IIS7.
Usually ...
4
votes
3answers
60 views
ASP.NET - What should be included in a Website Installation Checklist?
I've been asked to create a website installation checklist for an ASP.NET website. I have included sections that explain how to setup the following:
Installing ASP.NET Session State
IIS ...
4
votes
2answers
127 views
Python: tool to keep track of deployments
I'm looking for a tool to keep track of "what's running where". We have a bunch of servers, and on each of those a bunch of projects. These projects may be running on a specific version (hg tag/commit ...
4
votes
1answer
563 views
Using MsDeploy to deploy Windows Services with preSync command
Is anyone successfully using MsDeploy for deploying windows services with a preSync runCommand? I've got it working using an Administrator account, but can't for the life of me get it working on a ...
4
votes
4answers
141 views
Web.config File Error
I am hosting a site through godaddy.com and this is the link:
http://floridaroadrunners.com/
and this is my web.config file:
<?xml version="1.0"?>
<!--
For more information on how to ...
4
votes
2answers
1k views
Automatically encrypt sections of web.config after deploy / publish?
I have 2 related questions:
What is the best way to managing deployment of web projects between environments? I just downloaded the .NET Web Deployment Project and it seems to handle things like ...
3
votes
1answer
113 views
Development process, deployment, GitHub
I am trying to bed down a development process for our team.
We have 3/4 disperate developers working on our code base at any one time.
We have started using GIT and the idea is that is piece of work ...
3
votes
8answers
163 views
Absolute Path for Deployment in a Non-Root Location
I typically refer to any assets on my site using absolute path so that I don't have to worry about the location of the assets relative to current file.
<!-- Using a absolute path. -->
<img ...
3
votes
0answers
56 views
WebDeploy not taking changed files, only new files
I'm using WebDeploy to push physical files to a target location when doing a publish from the SiteCore CMS. I'm having some problems though,
WebDeploy only pushes newly created files, but not any ...
3
votes
4answers
2k views
Assets pipeline when updating to Rails 3.1 on Heroku
I've just upgraded my app on Heroku from Rails 3.0 to 3.1, and I'm trying to make the assets pipeline work. The main issue is that I can read from the heroku log the following kind of lines, for every ...
3
votes
1answer
325 views
Precompile a asp.net4 mvc3 website using visual studio 2010
What is the best way to pre-compile a asp.net4 mvc3 website with all its view files using visual studio 2010?
I'm a little confused because MS provides multiple solutions that sound very similar.
...
3
votes
3answers
335 views
Best way to rewrite urls in css files before production launch?
The project i'm currently working on has seen various coders, from various backgrounds. After succesfully writing a clean Capistrano recipe in order minimize css and js files, I'm asking myself how to ...
3
votes
1answer
336 views
MSBUILD creates _PublishedWebsites at command line but not on CI Server
I'm having some issues with MSBUILD being used on the command line vs. CruiseControl.NET as the results are different and I cannot see why that would be.
While invoking MSBUILD On the commandline on ...
3
votes
2answers
68 views
Best Approach for autopublishing Webapplications
Can you please tell what are the best approaches for doing auto publishing of webapplications using vs2010 and team city.
Currently trying to do by adding a web deployment project, Is it best way to ...
3
votes
1answer
240 views
How do you integrate custom providers into the Microsoft Web Deployment Tool?
I am trying to extend the Microsoft Web Deployment tool and MSDeploy with a custom provider because I want to run custom tasks on the destination deployment machine as part of the process. The general ...
3
votes
2answers
2k views
Visual Studio 2010 doesn't set .CSHTML (Razor View Engine) as Content
I've been trying to deploy my ASP.NET MVC 3 Beta Application to my hosting. It supports all the necessary technologies and through trail and error I set the needed references' Copy Local to True. Then ...
3
votes
1answer
81 views
How to create the initial database on deployment?
If I have a Silverlight application, and I am publishing to my localhost IIS server with the web deploy option:
Can my database be automatically created in SQL Server Express?
I'm not talking about ...
3
votes
2answers
393 views
Subversion deployment workflow for webdevelopment
Im still learning the basics of subversion but since the beginning i had a goal to achieve with this cvs: automating the site deployment process.
Is there any solution to automate the process of site ...
3
votes
2answers
816 views
Deploying asp.net Web Service referencing web service
I've a asp.net web solution which references a web service from another web site (also in our development environment). I want to know if I need to change the address of the web service (from ...
2
votes
2answers
38 views
Is it possible to use multiple ehcache.xml (in different projects, same war)?
I have a services project and a web project. I need to have eh-cache in both projects.
The idea is that if the service project is updated, it's cache-related changes (like keys and invalidation ...
2
votes
2answers
39 views
Deploying Java applications without including production credentials in VC
Am using Maven and Jenkins to manage deployment of my web application. Essentially:
When deploy is triggered, CI box checks the code out of version control.
If code passes tests, it triggers the ...
2
votes
1answer
43 views
Sensible deployment using EC2
We're currently using RightScale, and every time we deploy, we execute a script on the server or server array that we want to update. It pulls the code from a GitHub repository, creates a new folder ...
2
votes
2answers
67 views
ASP.NET FTP Deployment
I wrote an ASP.NET app in C# that consists of a WCF service and a simple website.
I have managed to deploy the project to IIS, but is there an easy way to deploy the project with only FTP access? Is ...
2
votes
3answers
127 views
Tomcat deployment strategy
This is a somewhat different question about Tomcat deployment. It has been covered partially by earlier questions but I would like to here from those who have actually done Tomcat deployments.
In my ...
2
votes
1answer
218 views
How can I prevent hidden .svn folder from being copied from the _bin_deployableAssemblies folder?
I am using the _bin_deployableAssemblies folder to copy over the ASP.NET MVC assemblies to the bin folder after each build. Unfortunately the MSBuild task also copies the hidden .svn folder.
First ...
2
votes
1answer
74 views
Deploying Django App stack that's been developed using South?
So, I've my application stack and I'm ready to deploy it to my webserver.
I'm deploying to a fresh, clean and blank database, so what command to I run? Do I run ./manage.py syncdb or do I use a ...
2
votes
2answers
224 views
python dependency + deployment tool?
Does anybody know of a tool to handle module dependencies + deployment in Python?
Details:
By handle, I mean:
list,
keep track of and
bundle up a zip/installable file for me.
Make it ...
2
votes
2answers
528 views
Web Deploy script error - msdeploy.exe is not found on this machine
I'm trying to execute a web deploy script on a clean build Windows Server 2008 R2 machine and getting the following error:
ERROR: The system was unable to find the specified registry key or
...