Tell About Web.config ?

Answers were Sorted based on User's Feedback



Tell About Web.config ?..

Answer / 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

Tell About Web.config ?..

Answer / ram

web.config is an XML file. A folder can have only one
web.config file. It helps to set configuration setting for
an application.

Is This Answer Correct ?    3 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

What is a gridview in asp.net?

0 Answers  


What is preprocessor in .net?

0 Answers  


We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?

0 Answers  


What is an imagemap in asp.net?

0 Answers  


what is caching

3 Answers  






What is strong name and which tool is used for this?

4 Answers   Accenture,


How many column in table of sql server?

3 Answers  


Explain the use of errorprovider control in .net?

0 Answers  


What are the options in ASP.NET to maintain state?

0 Answers   CDC,


What does assemblyinfo.cs file consist of?

2 Answers   Accenture, HCL,


What are the security types in ASP/ASP.NET? Different Authentication modes?

0 Answers  


How many Garbage Collectors are there for one Application or one Page

1 Answers   Emphasis,


Categories