McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2026
→
Programming Languages
→
ASP.NET
→
In ASP.NET application DLL files are sto...
Q.
In ASP.NET application DLL files are stored in which folder?
A.
App_Code
B.
App_Data
C.
Bin
D.
App_LocalResources
Answer» C. Bin
2.8k
0
Do you find this helpful?
21
View all MCQs in
ASP.NET
Discussion
No comments yet
Login to comment
Related MCQs
__________________ is a special subfolder within the windows folder that stores the shared .NET component.
Default Session data is stored in ASP.Net.
Which file you should write for the connection string so that you can access it in all the web pages for the same application?
Which file contains settings for all .NET application types, such as Windows, Console, ClassLibrary, and Web applications?
You want to make a configuration setting change that will affect only the current Web application. Which file will you change?
To create your application on a remote server which option you will choose in ASP.NET?
Which object in ASP.NET provides a global storage mechanism for state data that needs to be accessible to all pages in a given Web application?
Which Session Mode stores session Information in Current Application Domain?
You need to allow users to choose their own themes. In which page event will you write the user-selected theme?
Which is the first event of the ASP.NET page, when the user requests a web page?