If I understand you correctly, you'd want to use remoting or webservices.
Those are the most popular out-of-proc methods of communication in .NET. You
can read about each here:
http://msdn.microsoft.com/library/de...tnetarch16.asp
--
Hope this helps,
Bryant Hankins
Numinet Systems Inc.
http://www.numinet.com
"Julia" <> wrote in message
news:...
>
> Hi,
>
> I need to create ASP.NET application which call method Send() on an EXE
> which than starting along process
> the send method need to return immediately.
> the application is for single user only.
>
> in com world the EXE would be an out proc server
>
> which .NET components should i use?.
>
> thanks
>
>
>
>
>