Web application build question

B

Bryan Glennon

What is considered "best practice" for nightly builds of a web application?
Our normal, long-standing practice for non-web apps is to place the build in
a directory named for the current date - something like ..\Builds\20040130.
But I can't seem to do this with a web app, since the output always goes to
the directories referenced by the virtual directory in the IIS server.

Any suggestions?

-BG
 
T

Tommy

1. Install IIS on the build machine.
2. Copy the source code to the build machine.
3. Build the web application.
4. Copy the dll to the Builds folder.

Tommy,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top