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
What do you mean by View State and what is its role?
What is Bundling and Minification in MVC?
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?
Explain transparent caching with aop?
How do u optimize a query in asp.net?
What is the difference between debug and release?
What is http response header?
What are the different types of Caching techniques in ASP.NET?
What is marshalling ? Is it a part of asp.net ?
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
How can you identify that the page is post back?
Whats the difference between abstract factory pattern and factory pattern?
Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net
How can you send an email message from an asp.net web page?