RE: Shared Business Logic DLL
From: Saurabh Nandu (SaurabhNandu_at_discussions.microsoft.com)
Date: 10/08/04
- Next message: Saurabh Nandu: "RE: passing ArrayLists to database"
- Previous message: Curtis Justus: "Re: Clients "aware" of one another"
- In reply to: Thomas: "Shared Business Logic DLL"
- Next in thread: Thomas: "Re: Shared Business Logic DLL"
- Reply: Thomas: "Re: Shared Business Logic DLL"
- Reply: Thomas: "Re: Shared Business Logic DLL"
- Reply: Thomas: "Re: Shared Business Logic DLL"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 7 Oct 2004 23:53:03 -0700
hi,
You can strong name it and deploy it into GAC.
Once deployed in the GAC, then both your Web Application and Web Service can
use the same came copy of the Core.dll from the GAC while on a single machine.
The other way is to seperate out the Business Entitiy objects that hold the
data into a seperate library so that you do not have to copy the Business
Logic & Dal into the web application. Only the Business Entites Dll is
copied in both the applications.
Let me know if you need more details on this.
- Next message: Saurabh Nandu: "RE: passing ArrayLists to database"
- Previous message: Curtis Justus: "Re: Clients "aware" of one another"
- In reply to: Thomas: "Shared Business Logic DLL"
- Next in thread: Thomas: "Re: Shared Business Logic DLL"
- Reply: Thomas: "Re: Shared Business Logic DLL"
- Reply: Thomas: "Re: Shared Business Logic DLL"
- Reply: Thomas: "Re: Shared Business Logic DLL"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|