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

Explain page output caching?

0 Answers  


how to convert from sql2000 numeric to int in asp.net with sqlparameter?

1 Answers  


How do you declare static variable?

0 Answers  


what are the levels of securities need to be considered for the finincial web application?

1 Answers  


How do you handle unhandled exceptions in ASP.NET?.

3 Answers  






Can we set master page as a start page?

0 Answers  


What is http session state?

0 Answers  


How to transpose rows into columns and columns into rows in a multi-dimensional array ?

1 Answers   Microsoft,


Where are session variables stored?

0 Answers  


What is http pipeline in asp.net?

0 Answers  


In try catch blocks one is normal catch block and another is sqlcatchexception block

3 Answers   Microsoft,


What is view state and how this can be done and was this there in asp ?

3 Answers   Accenture, BirlaSoft, CTS, Mphasis,


Categories