What is web.config. How many web.config files can be allowed
to use in an application ?
Answer Posted / skumar
Web config file is a XML file, that contains information
about the application level settings. This is most useful
feature to change the hard coded things.
Usually only one config file will be used in the web
applications. That resides in the root folder of web
application. But the developer can create one config file
for each folder. It will take from the current level hierarchy.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain difference between dataset and recordset?
Which type of state management is provided by Query String in ASP.NET?
What is difference between viewstate and session state in javascript?
How can we register exception filter from the action?
Can you explain the importance of finalize method in .net?
How is it possible for .NET to support many languages?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
How can we prepairing Interview
What is difference between View State and Hidden Field in ASP.NET?
What is the difference between login controls and forms authentication?
What is server side session management?
What is meant by ispostback in asp net?
What are session state modes? List some of the important session state modes of asp.net.
What is the current version of asp.net?
What is routing in MVC?