[Mono-devel-list] System.Web.Hosting

Gonzalo Paniagua Javier gonzalo at ximian.com
Sun May 8 14:43:56 EDT 2005


On Sun, 2005-05-08 at 17:58 +0200, Matthijs ter Woord (meddochat) wrote:
> Hi Everybody,
> 
> When using ApplicationHost.CreateApplicationHost, are the values set using
> AppDomain.SetData the same as on MS.NET?

They might or might not. Some of them such as appVHost and others are
the same thing.

> 
> Also, is it possible to host ASP.NET in the same appdomain as the main entry
> point procedure is ran?

No. Your application host is created in another domain. That's why it
needs to be MarshalByRef.

-Gonzalo





More information about the Mono-devel-list mailing list