If a site is a precompiled ASP.net site, is it possible to add a .aspx and .aspx.cs or aspx.vb file to the site in a new directory and have those pages work/compile on the fly?
Or do these files need to be added to the project, re-publish the site, and push the new bin folder?