My AspNetCompiler is a tool that precompile a Web site for deployment which can compiles all ASP.NET file types (aspx, asmx, ashx and ascx) into assemblies,for better web site performance, since pages needn`t be compiled the first time they are requested.
|