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
Which protocol is used in a web api?
What do you mean by authorization?
What is the use of express session?
What is the function of new view engine in asp.net? : asp.net mvc
Explain server side state management system.
What is data grid view in asp.net?
What is application session?
Explain the difference between inline and code behind - which is best in?
What is rich control in asp.net?
To load your generated dataset with data which method do you invoke?
What are uri parameters?
What are the types of authentication in asp.net?
Write a code snippet to implement the indentation in json in web api.
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?
What are the components of ado.net?