4

I am using aspnet_complier command for building website, first time it is compiling complete website i.e all pages, but after modification on the site, it is again compiling all the pages. It should compile only that pages that have been changed or modified.

And other things are
1) How can i speed up the aspnet_compiler ?
2) how can i exclude warning from the output ?

Please suggest on the same.

4

1 回答 1

0

根据文档,“您还可以在向应用程序添加新的源文件后重新编译应用程序。该工具仅编译新的或更改的文件,除非您包含该-c选项”。

不幸的是,似乎没有隐藏警告的选项。

通过确保运行它的机器适当地供电来加快该过程。例如。SSD磁盘可能会有所帮助。

于 2015-12-07T06:14:54.970 回答