Tell About Web.config ?

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


Please Help Members By Posting Answers For Below Questions

What is the concepts of globalization and localization in .net?

627


What is the basic difference between asp and asp.net?

598


Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?

622


Explain the Session state management options available with ASP.NET?

646


Which property is used to identify the Page is Post Back in ASP.NET?

651






What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?

572


What are server-side comments in ASP.NET?

653


Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc

664


What is ASLM?

771


Does asp.net still recognize the global.asa file?

640


What is _dopostback in asp net?

603


What is http request and response?

616


Explain about asp.net caching?

655


Explain the asp.net mvc folder conventions? : asp.net mvc

600


What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.

691