Answer Posted / 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 |
Post New Answer View All Answers
Do session use cookies in asp net?
Define dll hell?
What are the difference between function and stored procedure in .net programming language?
Why is xap important?
How does exception management works in ASP.NET?
Explain what is clr?
List some of the important session state modes of asp.net.
Elaborate differentiation between ViewState and SessionState?
Explain the difference between an exe and a dll?
What are the session variables?
Is redux flux?
What is session management in web application?
What is the use of dispose method?
What is the best Macanism to clear the Cache in asp.net
How to fetch a data from one table to another table in asp.net ?