I'm looking for best
practices here.
I have a web
application that currently is checked out from source control "VSS" and is
integrated into IIS 6.0.
I have been poking
around at the builds files for Nant....CruiseControl and Draco. And
it appears that the majority are compiling web files from a folder as opposed to
the live instance running on IIS. I can further qualify that as to saying
that the solution file points to a folder and not a virtual
directory.
I can't get my
virtual directory code to compile. I'm assuming it's the cached pages or
the worker process has a handle on the assemblies.
So what I'm asking
is what is the best way to do this....
Thanks
Eric