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
What is the sequence in which ASP.NET events are processed?
What is the concepts of globalization and localization in .net?
What is http response header?
What does session_start () do?
What is the procedure to create the environment for asp.net? : asp.net mvc
What is a session government?
When Cookies are expired in ASP.NET?
They mostly asked difference between versions of technologies
What is a postback ispostback and autopostback in asp net?
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What is voluum?
What is asp net application object?
What is page fragment caching?
Explain the concept of MVC Scaffolding?
What is the difference between session and application?