Common Component Deployment Options
From: Mansoor Siddiqui (MansoorSiddiqui_at_discussions.microsoft.com)
Date: 02/10/05
- Next message: Ollie Riches: "Re: Instatiated Objects"
- Previous message: PanAndrey: "Re: Behavior of IL executing?"
- Next in thread: Mark Sturgill: "RE: Common Component Deployment Options"
- Reply: Mark Sturgill: "RE: Common Component Deployment Options"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 10 Feb 2005 06:51:04 -0800
Hi all,
I have a common component that will be used from many applications in my
organization. There are different ways to host that component, such as:
(1) As COM+ application on a server
(2) As a shared assembly in GAC on every machine
(3) As a remoting component hosted in IIS
(4) As a private assembly in each and every client application's bin/root
directory
(5) Any other option ?
Each of the above has its own pros and cons but considering my requirements
where that component can be called from any application across the network, I
am having hard time determining what to do. I myself am inclined towards the
options of having that common component as a .NET remoting component hosted
in IIS and have clients call it over HTTP Binary!
So gurus pls help and suggest what is the best way to deploy such a common
component? Please note that a "less maintenance" and "high scalability"
solutions are always preferred.
Thanks,
Manny
- Next message: Ollie Riches: "Re: Instatiated Objects"
- Previous message: PanAndrey: "Re: Behavior of IL executing?"
- Next in thread: Mark Sturgill: "RE: Common Component Deployment Options"
- Reply: Mark Sturgill: "RE: Common Component Deployment Options"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|