G
Guest
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
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