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 concepts of globalization and localization in .net?
What is the basic difference between asp and asp.net?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
Explain the Session state management options available with ASP.NET?
Which property is used to identify the Page is Post Back in ASP.NET?
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
What are server-side comments in ASP.NET?
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc
What is ASLM?
Does asp.net still recognize the global.asa file?
What is _dopostback in asp net?
What is http request and response?
Explain about asp.net caching?
Explain the asp.net mvc folder conventions? : asp.net mvc
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.