What is web.config file ?
Answer / tanuj kumar
Web.config file is the configuration file for the Asp.net web application. There is one web.config file for one asp.net application which configures
the particular application. Web.config file is written in XML with specific tags having specific meanings.It includes databa which includes
connections,Session States,Error Handling,Security etc.
For example :
< configuration >
< appSettings >
< add key="ConnectionString"
value="server=localhost;uid=sa;pwd=;database=MyDB" / >
< /appSettings >
< /configuration >
| Is This Answer Correct ? | 0 Yes | 0 No |
All kind of access specifiers for a class and for methods ?
What are the different properties of server control that exists?
Mention the execution process for managed code?
What is an application domain?
Explain cashing in asp.net.
Explain server control extensibility with reference to asp.net 2.0 ?
Describe session handling in a webfarm, how does it work and what are the limits?
What is the use of Administration tool in Asp.net 2.0?
Difference between Response.Expires and Expires.Absolute ?
1 Answers Accenture, BirlaSoft,
What are the two types of web pages?
What is the difference between application and cache variables?
What is the difference between excute query and excute nonquery.?
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)