PDA

View Full Version : VS .Net Web projects


bgp1959
01-28-2004, 04:03 PM
I have a solution with a web app and a couple of web services. I'm trying to set up VBuild to do our nightly builds. I get the code checked out into the correct nightly directory. The output directory in the projects is set to bin/. When I build in the nightly directory, however, the output still goes into the directory that the web app points to (the virtual directory in IIS.)

How can I override this so that my output stays with my build directory?

Thanks,
BG

kinook
03-11-2004, 04:16 PM
Here's one option: http://staff.develop.com/onion/Samples/aspdotnet_without_web_projects.htm