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 difference between a candidate key and primary key?
What are the differences between code behind and code inline?
How to set the pane area to transparent of a scrollPane component.?
How can you pass multiple complex types in Web API?
How can you identify that the page is post back?
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?
What is a user developed application?
What is dynamic web page with example?
What is the difference between the get method () and post method ()?
Can you change a master page dynamically at runtime? How?
IN an ASP.NET Web application if there is any error, how can you debug?
Explain the difference between asp and asp.net?
What is AutoEventWireup attribute for ?
What is the Intermittent crashing of application in production?
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?