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
What is difference between web config and global asax?
How can you send an email message from an asp.net web page?
Define the steps to set up validation control.
Describe session handling in a webfarm, how does it work and what are the limits?
Can the dictionary object be created in client?s scope ?
What is css and what is it used for?
What do you mean by marshalbyref?
What is the significance of ASP.NET routing?
How do you hide the columns?
What is the compiled object?
What is a web based system?
Who can consume WebAPI?
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
What is asp.net used for?
Describe the method to create a permanent cookie?