Question:How can you set the base directory for an application in an application domain?
A Create an instance of the AppDomain class and then set the DynamicDirectory property.
B Create an instance of the AppDomain class and then set the BaseDirectory property.
C Create an instance of the AppDomainSetup class and then set the DynamicBase property.
D Create an instance of the AppDomainSetup class and then set the Application-Base property.
+ AnswerD
+ Report