Home / Definitions / Pre-Compilation Tool

Pre-Compilation Tool

Vangie Beal
Last Updated May 24, 2021 7:52 am

In Web site development with ASP.NET, version 2.0 of ASP.NET includes an application deployment utility called the Pre-compilation Tool. Using this tool, Web developers are able to pre-compile a dynamic application prior to deployment and the Pre-compilation Tool will automatically identify any compilation issues anywhere within the site. The tool also lets ASP.NET applications to be deployed without any source being stored on the server.

See ASP.NET