aspnet_compiler incremental precompile
问题 I have a website project and I want to make aspnet_compiler precompile incrementally (right now it cleans out everything and recompile everything from scratch) I tried to delete the -f flag, and use fixednames, but then it gave me this error error ASPRUNTIME: The target directory is not empty. am I suppose to delete the target directory after each instance of precompiling? 来源: https://stackoverflow.com/questions/23644017/aspnet-compiler-incremental-precompile