[Mono-list] Deploying with mod-mono-server

Gonzalo Paniagua Javier gonzalo.reply.to.the.list.iam.subscribed@ximian.com
Tue, 05 Oct 2004 14:09:05 +0200


On Mon, 2004-10-04 at 23:50, Morten Krog wrote:
> Two questions regarding asp.net hosting with mono under apache:
> 
> 1) is there a way to precompile your asp.net project or in another way
> reduce the _huge_ wait one has to endure when a solution is deployed and
> the site is accessed for the first time?

Try to use codebehind as much as possible and when you deploy, run a
recursive wget on your site ;-). For ASP.NET 2.0, this will be possible,
but that's far away from today.

> 
> 2) is there a way to deploy a solution (a fix to an exsiting solution
> obviously) without restarting apache/mod-mono-server? It is really
> important for me that apache does not have to be restarted so it would
> kinda okay if I could just restart mod-mono-server without loosing
> apache as a front to my site.

There are already a couple of bugs related to this filed on bugzilla,
but it is not possible yet.

-Gonzalo