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
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
How does u get record no from 5 to 15 from a dataset of 100 records?
Can we handle the error and redirect to some pages using web.config?
What is the displayafter property in updateprogress control?
What are sessions and cookies?
What is state management techniques in asp.net?
What is the file through which you can customize your asp.net application?
what are configuration files?
How to prepare culture-specific formatting in .net.
How to make paging concepts in datagrid in ASP.NET?
How is session id generated?
Is data edited in the Repeater control?
Differentiate between structure and class.
Explain one critical mapping?