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 setting must be added in the configuration file to deny a particular user from accessing the secured resources?
Can you explain architecture of your project ?
What is the difference between web.config and machine.config in ASP.NET?
Explain the difference between an exe and a dll?
What is application Object?
Describe session handling in a webfarm, how does it work and what are the limits?
A web service can only be written in .net? State whether true or false.
Can you explain one critical mapping? Performance issue which one is better? Whether connected lookup tranformation or unconnected one?
What types of data validation events are commonly seen in the client-side form validation?
What is difference between datalist and gridview?
Explain the steps to be followed to use passport authentication.
How can you implement the postback property of an asp.net control?
What is ipostback?
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
What is postback in asp net?