Building Web Projects
ASP.Net web projects are somewhat painful to get building properly in a build process (and even sometimes a problem to get working on all developer machines). We did get this set up in the nightly build process at one company I was at. However, there were sometimes tricky things that would cause the build to fail because it wants to interact with IIS.
In the Visual Build Professional (from
Kinook) help, they mention another possibility for building web projects and refer you to this
article. I'm just about to give it a try and see if we have better luck.