what is use of web.config?

Answers were Sorted based on User's Feedback



what is use of web.config?..

Answer / k.vijayakumar

web.config is used to maintain the Appsettimgs instead of
static variables
Any feature modifications are there in the website ihose
are we simply maintain in the Web.Config file

Is This Answer Correct ?    10 Yes 2 No

what is use of web.config?..

Answer / ranjan kumar yadav

the web.config file inherits the setting from machine.config
it can be customize for setting to to individual web
application.it can override all the settings of
machine.config. the web.config file is kept in the root
virtual directory of web application to apply different
setting to the application.

Is This Answer Correct ?    5 Yes 1 No

what is use of web.config?..

Answer / philip

Web.configuration is used connect database from front end
to back end.

Is This Answer Correct ?    12 Yes 9 No

Post New Answer

More ASP.NET Interview Questions

Which method is used to force all the validation controls to run?

0 Answers  


Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc

0 Answers  


Describe the difference between inline and code behind - which is best in a loosely coupled solution Tightly coupled - INLINE

2 Answers  


What are Session states available and its Uses?

2 Answers   iLogic,


is it possible to use web site without web server from remote place?

1 Answers   ABC, Mannar Company, Quadrant,


Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?

0 Answers  


What is app_code folder in asp net?

0 Answers  


What is the difference between application and cache variables?

6 Answers   Astadia,


What's the difference between Page.RegisterClientScriptBlock and Page.RegisterStartupScript ?

1 Answers  


What’s the difference between asp.net web forms and asp.net mvc?

0 Answers  


Can the unique key be null?

0 Answers  


How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.

0 Answers  


Categories