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 |
How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?
What is asp.net file?
What is bound controls
When does a session actually start?
How we generate the BARCODE in ASP.Net using c# ! in library management systen for books .
What is Hidden Fields in Asp.Net
What is the differances between a abstract calss and interface
What r the page life cycle in asp.net page?
How does output caching work in ASP.NET?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
How many web config files can be created for an application?
What is HTTPModule and HTTPcontext? What is the use of each?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)