What is machine.config and web.config ?
Answers were Sorted based on User's Feedback
Answer / nitya
Machine.config file is for all ASP.NET's Application. it is
only one.
if u apply anything in machine.config file then it is
applied on all ASP.NET application.Machine.config file is
universal..
while web.config file is only for particular ASP.NET
application. each ASP.NET application has different file.
Is This Answer Correct ? | 14 Yes | 1 No |
Answer / deepti
Machine.Config is the common config file for all .net
application.
But Web.Config file is specific for project
Is This Answer Correct ? | 10 Yes | 0 No |
Answer / chinna
machine.config that are used only applciations
where as web.config are used web projects
Is This Answer Correct ? | 6 Yes | 4 No |
Answer / rukayya
"machine.config" apllies for the computer and it is unique
and single and applied to all asp.net projects
"web.config" is applied to application .number of asp.net
applications may have number of web.config
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / versha
machine.config is used in only Asp.net application
web.config is used for all web application
Is This Answer Correct ? | 0 Yes | 13 No |
Define a web service in .net?
What is the advantage of using Windows authentication in a Web application?
How many classes can a single .NET DLL contain?
where the stored procedure are written in business logic or data acess layer?
What is application session?
How do you register JavaScript for webcontrols ?
How can u sort strings in array where strings are passed to method as arguments.
How to reduce the Page size in asp.net?
What are different types of directives in .NET ?
What is the difference of a LEFT JOIN and an INNER JOIN statement? What is a Cartesian product? What causes it?
1. Briefly describe your ideal job?
1 Answers Swatz Oils, Swetz Oil,
How do we make a poperty read only?