Can you precompile and merge part of an ASP.NET website and then continue development?

Posted by michielvoo on Stack Overflow See other posts from Stack Overflow or by michielvoo
Published on 2009-06-11T10:57:08Z Indexed on 2010/04/03 4:23 UTC
Read the original article Hit count: 509

A big part of the web site is precompiled and merged, since it's almost never going to change. The precompiled bits can be replaced in case of updates to the original. I want to continue development of new pages, but when I browse to a new page I get the following error:

The file '/Website/Test/Default.aspx' has not been pre-compiled, and cannot be requested.

Is there any way around this?

Edit:

If I remove the precompileApp.config file I get the contents of the marker files when I browse them:

This is a marker file generated by the precompilation tool, and should not be deleted!

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about precompiled