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.

Answers were Sorted based on User's Feedback



What is the Web.config file used for? a) To store the global information and variable definition f..

Answer / karuna

Answer is option a

Is This Answer Correct ?    73 Yes 9 No

What is the Web.config file used for? a) To store the global information and variable definition f..

Answer / 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

What is the Web.config file used for? a) To store the global information and variable definition f..

Answer / taran

a) ; majorly it does this only and along with it you can do
other things like: viewstae encryption, viewstate enabling,
authentication mode,sql connection string etc.

Is This Answer Correct ?    12 Yes 1 No

What is the Web.config file used for? a) To store the global information and variable definition f..

Answer / pradeep

a) It is very essential for the configuration purpose,without web config,many things are hard to do it..

Is This Answer Correct ?    5 Yes 0 No

What is the Web.config file used for? a) To store the global information and variable definition f..

Answer / pankaj

A

Is This Answer Correct ?    5 Yes 0 No

What is the Web.config file used for? a) To store the global information and variable definition f..

Answer / shaeidsefat

Answer is option c

Is This Answer Correct ?    1 Yes 0 No

What is the Web.config file used for? a) To store the global information and variable definition f..

Answer / ish

c

Is This Answer Correct ?    19 Yes 20 No

What is the Web.config file used for? a) To store the global information and variable definition f..

Answer / shailendra singh

B

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More ASP.NET Interview Questions

What is difference between view state and session state?

0 Answers  


How Session use Cookies in State Management?

0 Answers  


How can we prevent browser from caching an aspx page?

0 Answers  


How does session state work in asp.net?

0 Answers  


a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.

0 Answers   Netsweeper,


What is the difference between session state and session variables ?

6 Answers   Digital GlobalSoft,


Is it true that a Web service must be written in .NET or not?

0 Answers   Siebel,


What is the difference between Session and response.Redirect?

0 Answers   Microsoft,


What is asynchronous call?

0 Answers  


what is view state and its use

10 Answers   DELL, Efextra, HCL,


What ASP.NET object encapsulates the state of the client and the browser? a) The Session object b) The Application object c) The Response object d) The Request object e) The Server object

7 Answers   Bunzl Vending, Syntax Softtech,


What is asp net theme?

0 Answers  


Categories