Home »
MCQs »
ASP.Net MCQs
Which of the following folder is used to store DLL files in the ASP.NET application?
21. Which of the following folder is used to store DLL files in the ASP.NET application?
- App_Code
- App_Data
- Bin
- App_Local
Answer: C) Bin
Explanation:
The Bin folder is used to store DLL files in the ASP.NET application.