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
Which library is used by the testers and developers to develop automated tests and create testing tools?
How is it possible for .NET to support many languages?
Is redux flux?
Whats the difference between abstract factory pattern and factory pattern?
What are the various types of validation controls provided by asp.net?
What is asp net application object?
how to transfer the file from client to server using asp.net
What New Features comes with ASP.NET Web API 2.0?
Explain why datareader is useful?
What is content place holder?
What is the difference between web config and machine config files?
What is Pre-Render event in ASP.NET?
Can you use c# without .net?
Is there any limit for query string? Means what is the maximum size?
what is the difference between response.write() and response.output.write()?