How many web.config a application can have ?
Answer Posted / ramasubbareddy
One Web Application have more than one Web.Config file is accepted. This web.config files are inherited form the main configuration file called "Machine.config". The application first verifies the "machine.config" security setting then it will verifies our web.config files. You can place more than one web.config file in your application based on your requirement
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Explain the difference between Web Garden and Web Farm?
What is inheritance and an how it be used, example with an example?
To display data in a Repeater control which template you provide?
What is OSI layer? Explain different layers.
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
What is the usie of activex control in .net?
How many web.config files can I have in an application?
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
What are sessions in asp net?
Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?
What is fulltrust?
How do I know asp.net mvc version? : Asp.Net MVC
What are standard controls?
Which library is used by the testers and developers to develop automated tests and create testing tools?
What is the differences between a primary key and a unique key in sql server?