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

How do I know asp.net mvc version? : Asp.Net MVC

0 Answers  


i need code for insert,delete,update adn display records using stored procedure in C#

2 Answers  


Using code explain Configuration Management

0 Answers  


How can we create a website?

0 Answers  


When cookie will expire?

0 Answers  


Difference between response.redirect and server.transfer?

0 Answers  


What is the difference between debug and release?

0 Answers  


How do session tokens work?

0 Answers  


Explain about consistent programming model in the .NET framework?

0 Answers  


Why mvc is faster than asp.net? : Asp.Net MVC

0 Answers  


About dataset and data mining ?

1 Answers   Cognizant,


How many types of session state management options available in asp.net?

0 Answers  


Categories