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 the difference between union and join?
Where is session data stored in asp net?
What are the uses of list view control in Asp.net?
Is asp.net web forms dead?
Why do we need a web application session?
Explain the difference between value type and reference type?
What are the differences between primary foreign and unique keys?
What are web beacons used for?
What are assemblies and namespaces and explain the difference between them ?
Mention the execution process for managed code?
What are the types of caching in asp.net?
Explain MVC model binders?
What is validation in asp.net?
How can we create pie chart in asp.net?
What are merge modules?