Design Question

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Sahridhayan (Sahridhayan_at_discussions.microsoft.com)
Date: 01/29/05


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



Relevant Pages

  • Re: Dll Hell
    ... :>ship with an installer is tame, and it puts usbcalls.dll and ... DLLs are created to share code between applications and to short used ...
    (comp.os.os2.apps)
  • Re: Internationalization
    ... necessarily the DLLs, but the way in which the assumption about one-DLL-fits-all solution ... security guy wanting to know what this DLL was, and why it had to be in system32 (the ... answer was that it didn't need to be, but it wasn't our installer that installed it, it ... Laermans (a Product Unit Manager at Microsoft) at the last MVP Summit how ...
    (microsoft.public.vc.mfc)
  • Re: Running Batch files from Installer to set Environmental variab
    ... doesn't run without these settings in the environment variables. ... The reason why I'm not 'entirely sure' if it's because of the dlls that I ... That's why I wanted my installer to append the dlls folder location to the ... On uninstallation, path can be restored by overwriting with the value ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Question about Visual Studio 2005, Bin folder, project references, and source control
    ... I don't see any .refresh files in my bin folder. ... Cowboy (Gregory A. Beamer) wrote: ... file would keep track of the dlls that are required by the project. ... This project file would then be checked into source control. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Want to run an application without installing it.
    ... If the app was designed to used with an installer, you are going to have trouble just ... The DLL not found is a common error caused by not having the DLLs in the right folder. ... I have successfully register Dlls found in system32 after placing them ...
    (microsoft.public.vc.mfc)