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
Which is an advantage of application service providers?
What is css and what is it used for?
What is the maximum timeout we can set for Cookies?
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
What is meant by ispostback in asp net?
What are the steps involved to fill a dataset?
Explain about Multi-Language integration?
Define application state variable and session state variable?
What is the difference between exe and dll?
Differentiate between file-based dependency and key-based dependency.
List the events in page life cycle.
Why session is used in asp.net?
Can you nest updatepanel within each other?
What is asp.net version?
Can we store object in viewstate?