J
Jerry Morton
Hi,
My ASP.NET application will be installed on multiple web sites on one
server. This means that the application DLL will be loaded once for
each installation - which seems inefficient. If I install the DLL in
the Global Assembly Cache, I know it only exists in one place on disk
but does it also mean it is only loaded in memory ONCE on the server,
with each installation using the same in-memory copy? Are there any
security issues or other conflicts with this (I need each site to have
it's own worker process, file access, etc.)?
Will I still have to install the actual ASP pages on each site?
Thanks.
My ASP.NET application will be installed on multiple web sites on one
server. This means that the application DLL will be loaded once for
each installation - which seems inefficient. If I install the DLL in
the Global Assembly Cache, I know it only exists in one place on disk
but does it also mean it is only loaded in memory ONCE on the server,
with each installation using the same in-memory copy? Are there any
security issues or other conflicts with this (I need each site to have
it's own worker process, file access, etc.)?
Will I still have to install the actual ASP pages on each site?
Thanks.