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
Which is faster union or union all?
What is the mvc model?
Differentiate between file-based dependency and key-based dependency.
How can exception be handled with out the use of try catch?
What are the difference between overriding and overloading?
What are the new login controls in asp.net 2.0?
What is difference in .net 1.1 and .net 2.0?
What are type/key pairs in client script registration?
Explain diff. Between friend and protected friend?
Explain the server control events of asp.net ?
Explain the updatepanel?
How to deploy/publish webservices?How many ways?Plz explain me
What is difference between asp.net and asp?
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
To load your generated dataset with data which method do you invoke?