Xcopy method is not sufficient for deployment:
Correct Answer: When application relies on shared assemblies
Explanation:
Note: This Question is unanswered, help us to find answer for this one
.NET Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More .NET MCQ Questions
Which of the following namespace are defined in the base class library.
Application domains are created by runtime host and the runtime host include:
Which of the following does not constitute the benefits of CLR?
The global assembly cache:
You assigned the version number - 5.3.1.0 to your assembly. The four digits stand for:
How do you manage states in an ASP.NET application?
In ASP.NET, postback occurs in which of the following forms?
In ASP.NET, does EnableViewState allow the page to save user input on a form?
To configure authentication for your Web application so clients cannot access it anonymously, but access is allowed for users from untrusted domains, where should the following code be added to?
Can you prevent your class from being inherited and become a base class for some other classes?