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 |
What is a web api endpoint?
In which event of the page life cycle, is the viewstate available?
Difference between Response.Expires and Expires.Absolute ?
1 Answers Accenture, BirlaSoft,
What are cookies in asp.net?
What is the purpose of each of the validation controls provided by ASP.NET?
Exception handling
What is asp.net and its advantages?
List all templates of the repeater control.
What is session and application variable in asp net?
# What is the transport protocol you use to call a Web service?
How you can add an event handler?
What are the Types of state management techniques
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)