batch compilation of web sites

  • Thread starter Thread starter Rick
  • Start date Start date
R

Rick

I am testing out the compilation options in web.config to batch-compile each
directory. It doesn't appear to behaving as expected. It looks like there is
not any batch compiling happening at all based on what I see in the tmp
directory.
Anybody have this working?

<compilation defaultLanguage="vb" debug="true"

batch="true"

tempDirectory="C:\hey"/>



Thanks.
 
Of course, immediatly after posting, I tried the below syntax with the
debug=false to see if that was the cause, and of course it was, so hopefully
this post will help someone else out there anyway.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top