Usage of web.configuration ?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
What is the use of autowireup in asp.net?
What do you understand from custom control?
What do you mean by marshalbyref?
How to retrieve the information from datatable citywise in c#?
how to convert from sql2000 numeric to int in asp.net with sqlparameter?
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?
Which object wraps the state or data of a user?
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?
What is odata in web api?