What is machine.config and web.config ?
Answer Posted / 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 |
Post New Answer View All Answers
Can you explain how ASP.NET application life cycle and page life cycle events fire?
Where is asp.net view state stored?
What is the use of ASP.NET routing?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
What is smpte vc-1?
How would you turn off cookies on one page of your website?
Does web services support data reader like pom project?
How can we pass info between 2 asp.net pages?
How to deploy/publish webservices?How many ways?Plz explain me
Which Is Faster MVC or ASP.net ?
Which browsers support the xmlhttprequest object?
Diff between web user control and web custom control?
Where the assembly is stored in asp.net?
What is the purpose of using MVC programming pattern in ASP.NET?
What's the ASP.Net Application life cycle?