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
Give some salient points of difference between request processor and request dispatcher.
Explain global assembly cache.
Is it possible to apply themes to an asp.net application? If yes, then how?
How can we access static variable?
What is data reader in asp.net?
What are the disadvantages of view state?
How does session id work?
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
What are server-side comments in ASP.NET?
How would you enable impersonation in the web.config file?
What is the difference between localization and globalization?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
What is owin authentication?
What is the best Macanism to clear the Cache in asp.net
What is work flow gen? how can it will work with .Net?