Tagged Questions

2
votes
2answers
58 views

Subversion deployment workflow for webdevelopment

Hello everyone, 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 sol …
0
votes
1answer
39 views

Automatic Deployment to Multiple Production Environments

I want to update an ASP .NET web application (including web.config file changes and database scripts) to multiple production environments - ideally with the click of a button. I do …
0
votes
2answers
53 views

WebSite Deployment Skills

We need to increase our knowledge on deployment of ASP.NET Web sites/Web App. We are getting increasingly bigger and more traffic and need a more professional approach. Not too men …
3
votes
2answers
435 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 t …
4
votes
5answers
546 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 to …
10
votes
6answers
282 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 (w …
1
vote
3answers
116 views

Deploying a war to tomcat server with maven 1.1

Hi, does anyone know a way to configure a maven goal to deploy to a tomcat server after a build is run? I know that this is possible using the maven-tomcat-plugin but it looks as …
0
votes
3answers
99 views

How can I deploy my ready website?

I have well developed an ASP.NET website with SQL Server 2000. How can I drop it on a server?
0
votes
2answers
168 views

Deploying asp.net Web Service referencing web service

Hi, 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 we …
2
votes
2answers
153 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 ha …
0
votes
5answers
295 views

Pros and Cons of a separate image server (e.g. images.mydomain.com)?

We have several images and PDF documents that are available via our website. These images and documents are stored in source control and are copied content on deployment. We are co …
0
votes
8answers
275 views

War-file deployment with shared resources

Consider the following example structure - Project - www - files + documents + html + images + scripts - WEB-INF …