I really feel like I'm up against a wall with this one...
Simon:
Contents of PrecompiledAppConfig.config at the root of the application:
<precompiledApp version="2" updatable="false"/>
The default page is a place holder and contains:
This is a marker file generated by the precompilation tool, and should not be deleted!
Here are the different results I get with the Output Assemblies:
Merge all outputs to a single assembly - all pages = has not been pre-compiled, and cannot be requested
Merge each individual folder output to its own assembly - default page (in root) okay - all the rest = has not been pre-compiled, and cannot be requested
Merge all pages and control outputs to a single assembly - all pages = has not been pre-compiled, and cannot be requested
Ting, I'll send the code your way.
Thank you all.