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
What is the request flow used for asp.net mvc framework? : asp.net mvc
What is the page life cycle in asp.net?
What are the two Layouts supported by a Web form in ASP.NET?
How ViewstateMac works?
How would you implement inheritance using c#?
What are Authentication and Authorization?
Explain the advantages of asp.net.
How can we create custom controls in asp net?
What is ashx file in asp.net?
How can we register exception filter globally?
I’m having some trouble with cas. How can I diagnose my problem?
Why does my asp.net file have multiple tag with runat=server?
Explain how asp.net different from asp?
How can you send an email message from an asp.net web page?
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?