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 |
where can i gather the materials for MCP certification
What is viewstate parameter?
How can you achieve nested Masterpages in 2.0?
Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc
Describe the diffeerence between inline and code behind?
Explain < @OutputCache% > and the usage of VaryByParam, VaryByHeader ?
Is asp.net is a programming language?
How do you create a permanent cookie?
With out Web.config can we executes the application?
What is shadowing?
Can you change a Master Page dynamically at runtime?
what is the uses Of Global.asax
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)