Answer Posted / sivaprasad
Usually ASP.NET Application will run by two configuration
files 1)machine.webconfig
2)Web.config
These two are in system will is for all Webapplications
and we had a choice like maintaining web.config files in
Application for maintaing connectionstrings,Appsettings
which is used for Application settings so this web.config
file will overwrite settings in above two config files and
we had a choice like maintaining web.config file under
perticular folder which contain settings for that
particular pages which are under that folder, so this
web.config file will ovwrwrite settings in our Application
web.config file
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is strong-typing versus weak-typing?
What is odata in web api?
Explain how cookies work. Give an example of cookie abuse.
How does the iis work?
What is page request in asp.net?
How can you enable impersonation in the web.config file?
What does it mean your session has timed out?
Should I delete cookies?
Differentiate between structure and class.
What is the mvc model?
Explain the page lifecycle of an asp.net mvc? : asp.net mvc
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is the difference between mvc and asp.net? : Asp.Net MVC
How can we prevent browser from caching an aspx page?
Name the namespace which is used by ado.net?