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 does this do? sn -t foo.dll
What is session object? Describe in detail.
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
explain store procedure and trigger
What is csrf attack in asp.net?
Differentiate between structure and class.
Explain the differences between Server-side and Client-side code?
Explain about secure socket layer?
Distinguish between Server-side and Client-side code with its functionality?
How .net CLR works with n-tier application
What is CLS?
5 Answers IBM, PrimeLine, TCS,
How do you do client-side validation in .net? How to disable validator control by client side javascript?
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)