What is the use of web.config? Difference between
machine.config and Web.config?
Answer Posted / vimal
web.config file is used to define the confiquration
settings for an ASP.net application.
m/c.config web.config
it is automatically it is automatically
installed while installing created while creating
visual studio.net ASP.net application
also called as machine also called
level configuration file. application level
cofiguration file.
this file is at the inherits the setting from
highest level in the machine.config file
configuration hirarchy.
only one m/c.config
file atmost.
| Is This Answer Correct ? | 17 Yes | 4 No |
Post New Answer View All Answers
Define viewstate in .net?
Differentiate between namespace and assembly.
Which authentication uses a combination of windows and iis authentication?
How to Insert/Add in ASPXgridview
What is cookies cache and session?
List the asp.net validation controls?
What are the types of caching in asp.net?
Where the assembly is stored in asp.net?
What is cross page posting? How is it done?
Explain a program using code nuggets to create a simple application? : asp.net mvc
What is difference Between Authentication and authorization?
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
Why is string called immutable data type?
What is the use of session?
What does mean by a neutral culture?