Select from following answers:- Deploy the assembly to the GAC.
- Strongly name the assembly. And Use the codebase configuration element in the applications that use the assembly.
- Use the assemblyBinding configuration element with the probing option
- All Above
Strongly naming the assembly is required to be able to reference it on the intranet.
The codebase configuration element can be used to have local client ap¬plications know they can find an assembly on another location such as the intranet .
Show Correct Answer
Source: microsoft book (c#) | |
Alert Moderator