What is the Web.config file used for?
a) To store the global information and variable definition
for the application.
b) Configures the time that the server-side codebehind
module is called
c) To Configure the Web Server.
d) To Configure the Web browser.
Answer Posted / shaeidsefat
Answer is option c
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
COM+ Used ________________ Isolation Level
What is the good practice to implement validations in aspx page?
What is xaml? Are xaml file compiled or built on runtime?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
What are the asp.net security controls?
What is the difference between cache and cookies?
What is event bubbling?
Differentiate between namespace and assembly.
Explain swagger components.
What are session cookies?
Where code pages are used?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
Can you explain the importance of finalize method in .net?
Do you know about caching with the datasource controls?
What is the difference between page-level caching and fragment caching?