precompiling a site for deployment provides a measure of protection for your source code and other intellectual property 针对部署预编译站点为您的源代码和其他知识产权提供了保护措施。
Finally, precompiling improves performance and reduces the time it takes for pages in your web site to render the first time 最后,预编译提高了性能,减少了网站中的页首次呈现所需的时间。
The following procedures describe how to copy a web site to a web server and how to and publish a web site by precompiling it 下面的过程描述如何将网站复制到web服务器和通过预编译来发布网站。
Another use for precompiling a site is to produce an executable version of the site that can be deployed to a production server 预编译站点的另一个用处是生成可部署到成品服务器的站点的可执行版本。
precompiling a site in place effectively performs the same compilation that occurs when users request pages from your site 预编译现有站点可以高效地执行当用户从您的站点请求页时发生的同样编译过程。
Either method of precompiling code automatically or manually stores the resulting precompiled code in a precompiled header 两种预编译代码的方法(手动或自动)都将生成的预编译代码存储在预编译头中。
Precompilation for publishing is somewhat different from precompiling in place which is referred to in visual web developer as building 为发布进行预编译与就地预编译(在visualwebdeveloper中称为生成)稍有不同。
An alternative to publishing your site by precompiling it is to copy your site to the production server using the copy web tool 通过预编译站点来发布站点的一种替代方法是使用“复制网站”工具将站点复制到成品服务器中。
The following walkthrough topics demonstrate how to copy a web site to a web server and how to and publish a web site by precompiling it 下面的演练主题演示如何将网站复制到web服务器,以及如何通过预编译网站进行发布。
precompiling for publishing performs the same compilation that would normally occur dynamically at run time, producing binary output 为发布进行的预编译中所执行的编译与通常在运行时动态进行的编译相同,并可生成二进制输出。