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 the difference between session state and session variables ?
What is the appSettings Section in the web.config file?
Where do you store the information about the user?s locale?
What are the event handlers that we can have in global.asax file?
Is asp.net outdated?
What is http post and http get?
What is the Global ASA(X) File?
we are working in .net namespaces like using system.io,system.text. these namespace before we use "using " keyword what means of using?
7 Answers CEI, CSC, HCL, Tech Mahindra,
If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?
How can you enable impersonation in the web.config file?
How to Separate background image and front image from original picture....
0 Answers Sans Pareil IT Services,
How many types are there session
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)