J
Juan T. Llibre
re:
But it has...
The App_Code directory didn't exist in 2003.
You couldn't upload source code in 2003, and have it compiled,
unless you used "src" in the Page directive, which is bonkers, anyway.
re:
That depends on what "should" means.
If you pre-compile the site, every time you update the smallest
portion of the site, the whole site has to be re-compiled.
Sometimes that's not the desired behavior.
re:
We've agreed on this before... ;-)
re:
If you need to have the most effective option, if your site needs
to be updated frequently, pre-compiling is not the best option, imho.
Re-compiling only the parts which have changed seems more effective.
But, YMMV... ;-)
This situation has not changed from 2003.
But it has...
The App_Code directory didn't exist in 2003.
You couldn't upload source code in 2003, and have it compiled,
unless you used "src" in the Page directive, which is bonkers, anyway.
re:
you should be precompiling the site.
That depends on what "should" means.
If you pre-compile the site, every time you update the smallest
portion of the site, the whole site has to be re-compiled.
Sometimes that's not the desired behavior.
re:
As with most such issues, the developer has a choice.
We've agreed on this before... ;-)
re:
If you choose to deploy your source code, that's your option.
If you need to have the most effective option, if your site needs
to be updated frequently, pre-compiling is not the best option, imho.
Re-compiling only the parts which have changed seems more effective.
But, YMMV... ;-)