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 / rahul
The correct answer is A it is to store the global
information and variable definition for the application.
| Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
How do you remove duplicates without using remove duplicate stage?
Explain the use of errorprovider control in .net?
Apart from IDE what are the enhancements in asp.net 2.0?
What is connection pooling and how to enable and disable connection pooling?
Explain the difference between response.redirect vs server.transfer
What is the asp.net control toolkit?
What is microsoft windows sharepoint services?
Why would anyone need to implement their own hashtable or linked list?
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)
What is session authentication?
What is the extension of master page in asp.net?
How does the service stream content?
What is the difference between a candidate key and primary key?
Explain how can we inherit a static variable?
Mention few asp.net validators.