Design Question
From: Sahridhayan (Sahridhayan_at_discussions.microsoft.com)
Date: 01/29/05
- Next message: Sinan: "Re: select from datalist w/click/& store in a variable"
- Previous message: macyp: "Noise words in full text search...."
- Next in thread: Steve Lutz: "Re: Design Question"
- Reply: Steve Lutz: "Re: Design Question"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 29 Jan 2005 07:41:02 -0800
Hi
I have slightly different requirement, i have a product to be developed in
asp.net.
i want to create all the modules of the product in separate pluggable pieces
of DLLs.
to that intially i separate the modules as folders... now...
So i want my deloyment structure like this..
my installer will install like .this..
c:\Program Files\Mycomp\MyProduct\ .. and then
Web
Bin (all dlls here)
Main
( i want all the web.config, global.asax..etc here since i want to call this
as a main module,(asp.net app root))
Module1
Module2
Module3
Resources (this folders contains all resources required)
Images
Service
Service1 (this contains.. webservice)
Util
util1 (this folder contains winform apps.)
So. the question is when i ship all the aspx. files in subfolders like
(main,module1), and bin (dlls ) also having in the sibiling it is not
acceptable, since IISasp.net looks bin folder under the main it is not
working
am i clear.. is this approach correct..
regards
Sahridhayan
- Next message: Sinan: "Re: select from datalist w/click/& store in a variable"
- Previous message: macyp: "Noise words in full text search...."
- Next in thread: Steve Lutz: "Re: Design Question"
- Reply: Steve Lutz: "Re: Design Question"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|