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

What is the use of autowireup in asp.net?

0 Answers  


What do you understand from custom control?

0 Answers   C DAC, CDAC,


What do you mean by marshalbyref?

0 Answers  


How to retrieve the information from datatable citywise in c#?

2 Answers   HCL,


how to convert from sql2000 numeric to int in asp.net with sqlparameter?

1 Answers  


I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?

0 Answers  


Which object wraps the state or data of a user?

0 Answers  


What are generics? why it is used? architecture of ASP.NET?

7 Answers   Path Infotech, Satyam, TCS,


What Is ASPNET_WP.exe? What Is The Use Of It? In Which Place Inproc Session Stored ? Explain Session State ?

2 Answers   Phoenix Technologies,


I have been asked in an interview What is your LOC(Line of Code)What will be the probable answer for that

1 Answers   HCL, Infosys, Mantec Consultants,


How can you implement encapsulation in asp.net?

6 Answers   TCS,


What is odata in web api?

0 Answers  


Categories