Every now and then, you may find yourself in the situation where you need to deploy a single file on a precompiled web site. I know I certainly have.
Here are the steps that I would use to accomplish this:
Example of XML contents of a file called default.aspx.cdcab7d2.compiled:
In the example above, the following two files would be copied to the Bin folder of the web site being deployed to:App_Web_default.aspx.cdcab7d2.dlldefault.aspx.cdcab7d2.compiled
For more information on precompiling a web site:http://blogs.msdn.com/perfworld/archive/2009/01/29/how-can-i-precompile-my-asp-net-web-pages-so-that-the-first-user-accessing-the-web-site-doesn-t-experience-slow-performance.aspx