What was the difference between machine.config and
web.config files
Answer Posted / guest
it supports configuration file section for all application
in IIS -----> machine.config
contains security policy ----->web.config
| Is This Answer Correct ? | 20 Yes | 2 No |
Post New Answer View All Answers
How to deploy/publish webservices?How many ways?Plz explain me
What is cookieless session id explain in brief?
What is difference between abstract class and an interface?
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?
What is the use of global.asax file?
What is comparevalidator?
Why is this service branded with windows livetm?
List down the sequence of methods called during the page load.
Where do the cookie state and session state information be stored?
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc
Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?
Contrast OOP and SOA. What are tenets of each ?
From which base class all web forms are inherited?
What is the difference between dispose() and finalize()?
Why web api is better than wcf?