Web application build question

  • Thread starter Thread starter Bryan Glennon
  • Start date Start date
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
 
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

Back
Top