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 / shailendra singh
B
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is a ashx file?
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?
Explain the use of resource manager class in .net.
How do u declare static variable and how it is declared and what is its lifetime?
What is user control in asp.net?
What is difference between session and cookies?
Why is global asax is used?
What are HTTP handlers in ASP.NET?
What New Features comes with ASP.NET Web API 2.0?
when a request is made in Life cycle of ASP.NET page .
What is preprocessor in .net and type, where it use?
What is cross page posting? How is it done?
Why asp.net is used?
How will you do Redo and Undo in a TextControl?
What is the parent class of all the web server control?