How can i compile a whole Webproject on a production server?

  • Thread starter Thread starter Mayer, Stefan
  • Start date Start date
M

Mayer, Stefan

How can i compile a whole Webproject (mixed C# ans VB.net) on a production
server and disable on-demand-Compilation?

Tnx,
Stefan
 
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/
======================================
 
Back
Top