What is web.config and machine.config ?
Answer Posted / dhananjay nazare
web.Config: Web.Config file is maintained within a
particular Web application and the Configuration setting
specified within web.config file is applicable to that
application only.
Machin.Config: Machin.Config file is maintained within .Net
framework derectories and configuration setting within
Machin.Config file affects all the managed application
deployed on that machin
| Is This Answer Correct ? | 56 Yes | 5 No |
Post New Answer View All Answers
What are query strings used for?
Explain the advantages of asp.net.
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
Define session in asp.net.
What is the difference between debug and release?
How do u optimize a query in asp.net?
What is the function used for removing an event listener?
What is bson in web api?
Where viewstate value is stored in asp.net?
What is Pre-Render event in ASP.NET?
In which situation can you not use a viewstate?
What is directive in asp net?
What is applicatio domain?
What are the asp.net list controls and difference between them?
What does mean by a neutral culture?