Working with CSP applications, I've noticed behaviour that does not seem to be documented anywhere. When you create a new application, Cache seems to create a virtual folder and populate it with everything that is in the physical path you set for that application. This leads to some weird issues regarding compilation of the CSP pages that exist in both physical folder and virtual folder. Specifically, despite the content being synced, it seems possible to compile the CSP file in a physical folder and the CSP file in a virtual folder separately, leading to an error when you try to access that page through application. And, despite the error page saying the error was logged, it is not, so I can't even determine the true cause of the error. Has anyone encountered this behaviour and know of a solution?