what is use of web.config?
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / philip
Web.configuration is used connect database from front end
to back end.
Is This Answer Correct ? | 12 Yes | 9 No |
Which method is used to force all the validation controls to run?
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
Describe the difference between inline and code behind - which is best in a loosely coupled solution Tightly coupled - INLINE
What are Session states available and its Uses?
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?
What is app_code folder in asp net?
What is the difference between application and cache variables?
What's the difference between Page.RegisterClientScriptBlock and Page.RegisterStartupScript ?
What’s the difference between asp.net web forms and asp.net mvc?
Can the unique key be null?
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.