Usage of web.configuration ?

Answers were Sorted based on User's Feedback



Usage of web.configuration ?..

Answer / j_baghla

This file is used to configure the application in terms of
session timeout,connection
timeout,authentication,authorization,debugging,tracing etc.

Is This Answer Correct ?    3 Yes 0 No

Usage of web.configuration ?..

Answer / tiger.net

This is the configuration file for the application, its
common practice for having application level config
settings available for the website.
We can have multiple web.config files for the application.
All the config settings of the application can be managed
and can be encrypted if requirement demands.
We can manage database connection, session settings,
authentication, authorization,...etc

We have machine.config file that can provide the config
settings for the websites, but it is laid per machine,
which is not not a good practice to use it, so in web
applications we can place the web.cnfig file for each
application, which has higher precidence over the
machine.config file.

Is This Answer Correct ?    0 Yes 0 No

Usage of web.configuration ?..

Answer / gayathri

The web.config file contains information that control module loading, security configuration, session state configuration, and application language and compilation settings. Web.config files can also contain application specific items such as database connection strings.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?

0 Answers  


What is asp.net architecture?

0 Answers  


What is a 1x1 pixel?

0 Answers  


How do you open a page in a new window?

0 Answers  


Can the dictionary object be created in client?s scope ?

0 Answers   Satyam,






How to display validation messages in one control?

0 Answers  


What is session in web technology?

0 Answers  


What are the page level transaction and class level transaction?

1 Answers   Satyam,


there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?

1 Answers  


What is session and cookies in asp.net?

0 Answers  


What is the difference between Postback and Ispostback Property?

7 Answers   Atrocity Apps Technologies, DC Infotech, HCL, Maples, Visual Soft,


What is active web pages?

0 Answers  


Categories