C
Chris Durkin
I've got an ASP.NET website on my local box, set to compile to
bin\Debug and bin\Release in debug and release modes. Both directories
are populated with dlls, as the solution has been compiled in both
modes. When I browse to the local website, it works, but which set of
dlls is it using? What happens when I deploy to Test and there is only
a \bin\ directory, no \Debug or \Release?
I assume .NET has some path-searching rules that govern where it looks
for a website's binaries, but I've been unable to find these on the
web. Does anyone know of a good reference?
Thanks,
Chris
bin\Debug and bin\Release in debug and release modes. Both directories
are populated with dlls, as the solution has been compiled in both
modes. When I browse to the local website, it works, but which set of
dlls is it using? What happens when I deploy to Test and there is only
a \bin\ directory, no \Debug or \Release?
I assume .NET has some path-searching rules that govern where it looks
for a website's binaries, but I've been unable to find these on the
web. Does anyone know of a good reference?
Thanks,
Chris