RE: .Net Distributed info



Julian:

Check out "Services Without Components", a new feature in COM+ 1.5 (WinXP
and Win2k3 Server)

This will allow you to use the COM+ services in your remoting objects
without actually having to experience the pain of registering your stuff with
COM+.

http://www.15seconds.com/issue/030930.htm

-Dave Markle
"JK" wrote:

> Hi
>
> i am new to .net and i am trying to get some basic information about
> designing a robust distributed .net application. i have written many
> vb6/asp n-tier com+ applications but need some basic direction.
>
> is there one source of information (with good examples). the many web
> sites i have visited either are to complicated or dont address the
> issues.
>
> the information i am looking for is:
> if i write my business and data layers in .net dlls, if i want to get
> all the com+ benefits i think i need to i reference the enterprise
> services namespace, use the appropriate calls etc. i don't need to add
> the dlls to com+ component services. The dll's can reside in the same
> folder as the exe.
>
> if the dlls are on a different machine to the exe how do i point the
> exe to these dlls. is this remoting or is remoting something else.
>
> thanks
>
> julian
>
.



Relevant Pages

  • Re: Remoting and ilmerge
    ... I am seeing my remoting app fail with this error when I use ilmerge ... to repackage the exe and dlls as one exe. ... I think once you merge the DLLs together, ...
    (microsoft.public.dotnet.framework.remoting)
  • Re: .Net Distributed info
    ... Sorry I don't have any links available, but when I was learning remoting, I ... Host a Remote Object in a Windows Service ... > the dlls to com+ component services. ... > folder as the exe. ...
    (microsoft.public.dotnet.distributed_apps)
  • .Net Distributed info
    ... i am new to .net and i am trying to get some basic information about ... the dlls to com+ component services. ... folder as the exe. ... is this remoting or is remoting something else. ...
    (microsoft.public.dotnet.distributed_apps)
  • Problems in accessing method from remoting service
    ... I have created 2 dlls and one remoting ... I have referenced Irefdata & Refdataserver ...
    (microsoft.public.dotnet.framework.aspnet)
  • Help with "Invalid method signature" error (IIS hosted remoting)
    ... My application is partitioned into 2 DLLs: ... When I place these DLLs seperately into my IIS app directory and try ... Remoting settings in my web.config file look like this: ...
    (microsoft.public.dotnet.framework.remoting)

Loading