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


Please Help Members By Posting Answers For Below Questions

Differentiate between client-side and server-side validations in web pages.

561


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.

1444


What is the advantage of mvc over asp.net? : Asp.Net MVC

509


How to use ipostback?

594


What is asp.net globalization?

502






What are Authentication and Authorization?

607


What is the use of HttpHandlers? When to use this?

630


What methods are fired during the page load? Init()

520


How to implement globalization and localization in the use interface in .net.

538


What is the best Macanism to clear the Cache in asp.net

714


Can we use MSSql as backend in asp.net...if yes then How.?

583


What is a 1x1 pixel?

532


What is the difference between web config and machine config files?

564


How does cookies work in asp net?

515


What is a uri query?

553