VB Dot Net Developer Question:
Explain Global Assembly Cache (GAC)?
Answer:
GAC is used where shared .NET assembly resides. It is used in the following criteria:
★ If .Net assembly has special security requirements
★ If .Net application has to be shared with other applications
★ If .Net assembly has special security requirements
★ If .Net application has to be shared with other applications
Previous Question | Next Question |
List the types of Authentication? | Explain CTS? |