all groups > dotnet distributed apps > october 2004 >
You're in the

dotnet distributed apps

group:

Multifile assembly and No Touch Deployment


Multifile assembly and No Touch Deployment sunil NO[at]SPAM volcanomail.com
10/19/2004 12:42:16 AM
dotnet distributed apps:
Dear All,
Is it a good idea to have a multifile assembly deployed on the
WebServer and that gets downloaded via No Touch Deployment. I would
like to club a small set of dlls into one dll so that my application
does not hit the WebServer everytime it wants to access a function
that exists in those small dlls.

Please advice.

TALIA

Many Regards
Re: Multifile assembly and No Touch Deployment Sam Santiago
10/19/2004 9:18:47 AM
The DLL is downloaded to the client and cached; each function call does not
have to download the DLL, just the first. You might also want to check out
the Updater Application Block:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/updater.asp

Thanks,

Sam

--
_______________________________
Sam Santiago
ssantiago@n0spam-SoftiTechture.com
http://www.SoftiTechture.com
_______________________________
[quoted text, click to view]

AddThis Social Bookmark Button