it may be, but VS may not have the restrictions of the command line tool
On Sun, Sep 28, 2008 at 7:55 PM, Brett Porter <[EMAIL PROTECTED]> wrote: > Where does VS usually put the target directory in a flat structure? (I > thought it was bin in the same directory, but I guess that can't be right) > > On 29/09/2008, at 12:51 PM, Carlos Sanchez wrote: > >> not that i know with the asp_compiler executable, other than copying >> the files to a temporary place. >> We are already compiling to a temporary place because it doesn't like >> the target dir to be in the source dir >> >> On Sun, Sep 28, 2008 at 7:47 PM, Brett Porter <[EMAIL PROTECTED]> wrote: >>> >>> On 29/09/2008, at 12:44 PM, Jan Stevens Ancajas wrote: >>> >>>>> >>>>> TODO: ASP .NET project structure (may involve links outside the >>>>> project to web content?) >>>> >>>> For ASP .Net , I suggest not to support flat directory structure. >>>> Source >>>> is compiled twice ( the other in ./target folder) which is causing >>>> compile >>>> error for web.config, so you always have to 'clean' first when >>>> compiling. >>> >>> Is there any way to exclude the target from compilation? >>> >>> Thanks, >>> Brett >>> >>> -- >>> Brett Porter >>> [EMAIL PROTECTED] >>> http://blogs.exist.com/bporter/ >>> >>> > > -- > Brett Porter > [EMAIL PROTECTED] > http://blogs.exist.com/bporter/ > >
