To Configure .Net for JIT activation what do you do

A) Set JustinTimeActivation attribute to True
B) Set JustinTimeActivation attribute to False
C) None

Showing Answers 1 - 1 of 1 Answers

samiksc

  • Jan 9th, 2006
 

Actually JIT activation is required for COM+ components which can be done by setting JustInTimeActivation attribute to true (choice A). For .net applications / components JIT comes in by default.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions