Answer Posted / ranjan kumar yadav
the web.config file inherits the setting from machine.config
it can be customize for setting to to individual web
application.it can override all the settings of
machine.config. the web.config file is kept in the root
virtual directory of web application to apply different
setting to the application.
Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What are the asp.net list controls and difference between them?
What are the contents of cookie?
What are custom user controls in asp.net?
Which asp.net objects encapsulate the state of the client and the browser?
Can you explain architecture of your project ?
Explain the difference between value type and reference type?
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
To get the values in two different controls to match which control you use it?
How is my content secured from unauthorized access?
How to create discussion forum in asp.net mvc? : Asp.Net MVC
Explain the difference between debug.write and trace.write? When should each be used?
How can you identify that the page is post back?
How can you handle exceptions in asp.net?
What is cas?
Whats the difference between abstract factory pattern and factory pattern?