How many web.config a application can have ?
Answer Posted / umesh kumar singh
You can create as many as web.config files in an
application restricted to one web.config per folder, any
folder can not have more then web.config. also the
web.config at root folder is differ from other web.config
files exist is other folder. the web.config at root
basically contains all necessary detail for application
functioning. while other web.config inside other folder
rather then root folder must not contains these details.
| Is This Answer Correct ? | 28 Yes | 1 No |
Post New Answer View All Answers
What is the advantage of mvc over asp.net? : Asp.Net MVC
Explain the concept of event bubbling in ASP.NET?
What are the differences between code behind and code inline?
Explain the differences between managed and unmanaged code?
What is server side session?
Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc
what cut off mark for po's,what questions they asked for interview?
Explain why datareader is useful?
What is the difference between CC and BCC?
Where can I get the details on migration of existing projects using various technologies to asp.net?
Differentiate the session object and application object?
How may clustered index we can create in table?
Explain transparent caching with aop?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
Describe session handling in a webfarm, how does it work and what are the limits?