M Mayer, Stefan Feb 28, 2008 #1 How can i compile a whole Webproject (mixed C# ans VB.net) on a production server and disable on-demand-Compilation? Tnx, Stefan
How can i compile a whole Webproject (mixed C# ans VB.net) on a production server and disable on-demand-Compilation? Tnx, Stefan
J Juan T. Llibre Feb 28, 2008 #2 If you are running ASP.NET 2.0, or later versions, you can pre-compile the site/project with aspnet_compiler.exe. You will still need on-demand compilation, though, in order to use features like application pool recycling. Juan T. Llibre, asp.net MVP asp.net faq : http://asp.net.do/faq/ foros de asp.net, en español : http://asp.net.do/foros/ ======================================
If you are running ASP.NET 2.0, or later versions, you can pre-compile the site/project with aspnet_compiler.exe. You will still need on-demand compilation, though, in order to use features like application pool recycling. Juan T. Llibre, asp.net MVP asp.net faq : http://asp.net.do/faq/ foros de asp.net, en español : http://asp.net.do/foros/ ======================================