[Mono-dev] AppDomain and web app

Carlos Solorzano carlos at applianz.com
Mon Nov 21 23:54:11 EST 2005


On Nov 21, 2005, at 6:09 PM, Miguel de Icaza wrote:

> Hello,
>
>> is it possible for me to use the XSP dll (I think Mono.Webserver.dll)
>> inside my app and have my application talk back and fwd with the web
>> pages without the use of tcp or http remoting? or will the appdomains
>> get in the way?
>
> You will need to setup a communications channel with remoting most
> likely.
>

Considering the two appdomains are on the same process, do we still  
need tcp or http remoting? I know there are ways to pass stuff back  
and fwd between appdomains whenever you create the second domain  
however I do not know where asp.net creates the new domain, nor do I  
seem to have access to that information.

--Carlos





More information about the Mono-devel-list mailing list