473,408 Members | 1,743 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,408 software developers and data experts.

small shop asp.net deployment practices

In a small shop with 3 .net developers. What would typically be
considered a good deployment practice if there is a chance of
developers might be working on the same websites at the same time?

Do most developers work on the desktop and deploy individual sources
using xcopy compiling on the remote web servers?

I noticed VS.NET acts kinda strange when just images are opened with
other tools while you attempt to added them to a project. What can I
expect if two developers are working on the same programs.

filesytem vs. http vs.net access to websites?
Is is expected that virtual directories need to be manually created on
the webservers?
Web.config modified after deployment?

Any recommended best practice for a small .NET shop?

Oct 1 '06 #1
1 1738
The ideal, even with a small group, is to have three machines:

1. A development machine (or one for each developer)
2. A Test machine
3. A Production machine

You develop your code on the development machine. when you think it is
ready, you deploy (typically, for me, xcopy) to the test machine and your QA
person (in a small team that may be the other developers, or your client
test it. When it is ready, you then deploy to the production machine. You
never (except when you do) change code on the production machine that hasn't
been tested on the test machine.

I personally use xcopy development, put anything that might be different
between machines in web.config and ftp the files from one machine to
another, making sure to either fix up the web.config on the other machine or
not to copy over the unchanged web.config later in the project.

You can use the Enterprise Library's configuration tool to edit the
web.config if you would rather not muck about with a complex web.config
tool. See http://msdn.microsoft.com/practices/ -- but that is using a big
hammer for a small nail.

Hope that helps; if not, just holler :-)

--

Jesse Liberty
Author, Programmer
Microsoft MVP
<ja***@cyberpine.comwrote in message
news:11**********************@m73g2000cwd.googlegr oups.com...
In a small shop with 3 .net developers. What would typically be
considered a good deployment practice if there is a chance of
developers might be working on the same websites at the same time?

Do most developers work on the desktop and deploy individual sources
using xcopy compiling on the remote web servers?

Oct 1 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Oscar Thornell | last post by:
Hi, Up until now I have only developed relativly simple .NET solutions where the app could run on a single box.. Could anyone direct med to some articles/books/best practices for...
2
by: sstevens | last post by:
Does anyone have suggesstions for ASP.NET deployment best practices. This is in the context of a large organization where developers do not have admin access to web servers. The idea of buliding...
0
by: Benny Ng | last post by:
Hi,All, When i deploy Enterprise library with my application ,i used XCOPY to deploy it into my test server. But when application runs, shown some error related registry. (But actually I haven't...
4
by: Chuck P | last post by:
I was wondering what practices people have come up with for deployment. I want to precompile the application and encrypt portions of the web.config. In 1.0 I just did a batch file that would...
3
by: Jordan S. | last post by:
I have a client that has an MS Access application that has outgrown MS Access and it's time to migrate to something more substantial. I'm proposing a .NET Windows Forms application. The client...
4
by: Frank Rizzo | last post by:
I have a SmartClient/ClickOnce app that needs to be deployed to a whole bunch of sites. The app.config would have to be different for each site. I am trying to do this in an automated manner (by...
6
by: andrewbb | last post by:
I want to deploy a service with a windows app and the setup program must conform to the Vista certification requirements. Can that be done with the standard .net setup project? Assuming cost is...
3
by: DGleeson3 | last post by:
Hello All Hope Im posting in the right place. If not please point me elsewhere. We are developing a reasonably standard Web application. VS2005 ASP.NET SQL server 2005. The unusual...
0
by: Roy A. | last post by:
On 28 Mai, 03:54, suria <laptop.ch...@gmail.comwrote: Almost every system can do that. Noone can do that, ask Google. Noone can do that, ask AT@T. almost everyone can do that with unlimited...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.