Home > Archive > ASP .NET > February 2008 > How can i compile a whole Webproject on a production server?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How can i compile a whole Webproject on a production server?
|
|
| Mayer, Stefan 2008-02-28, 8:17 am |
| How can i compile a whole Webproject (mixed C# ans VB.net) on a production
server and disable on-demand-Compilation?
Tnx,
Stefan
| |
| Juan T. Llibre 2008-02-28, 8:17 am |
| 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/
======================================
"Mayer, Stefan" <sm@vaeter.at> wrote in message news:eUyuZRfeIHA.1204@TK2MSFTNGP03.phx.gbl...
> How can i compile a whole Webproject (mixed C# ans VB.net) on a production server and disable on-demand-Compilation?
>
> Tnx,
> Stefan
>
>
>
|
|
|
|
|