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

If we write return statement in finally block will it works fine or throws any error?

1 Answers   Patni,


How does session work in asp net?

0 Answers  


Difference between mvc2 and mvc3 in asp.net?

4 Answers   Wipro,


What methods are fired during the page load?

1 Answers  


Given an ASP.NET Web Form called WebFrom1, what class does the WebForm1 class inherit from by default? a) System.Web.Form b) System.Web.GUI.Page c) System.Web.UI.Page d) System.Web.UI.Form

3 Answers   Syntax Softtech,






Can you explain one critical mapping? Performance issue which one is better?

0 Answers  


Web API uses which library for JSON serialization?

0 Answers  


how to retrieve property settings from xml .config file.

0 Answers  


Explain about secure socket layer?

0 Answers  


Define the term Web Garden?

0 Answers   Sans Pareil IT Services,


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

0 Answers   MCN Solutions,


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

0 Answers  


Categories