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

Every Validation controls have same option ?

2 Answers   iGate,


What is a Cookie? Where is it used in ASP.NET?

0 Answers   MindCracker,


What is the Custom Error in ASP.NET?

2 Answers   ABB, IBM, Infosys, Tech Mahindra,


What is an axd file?

0 Answers  


can u create two Primary key for a table? --Sivaa

10 Answers   BirlaSoft,






How to save Link of a Webpage in excel sheet?

1 Answers   HCL, NIIT,


What is the Difference between Web.config and global.asax? Can we write connection String code in global.asax?

10 Answers   Microsystems,


What is round trip in asp.net?

0 Answers  


Explain the life cycle of an ASP .NET page

2 Answers   HCL, Surya Software,


What are different methods of session maintenance in asp.net?

0 Answers  


how can we maintain security in soted procedure?

1 Answers  


When does a session actually start?

0 Answers  


Categories