What is machine.config and web.config ?
Answer Posted / chinna
machine.config that are used only applciations
where as web.config are used web projects
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
What is inproc and outproc?
What is event bubbling?
What is odata in web api?
Explain different types of Caching techniques in ASP.NET?
Explain State management in asp.net
What’s the catch?
How do you do client-side validation in .net? How to disable validator control by client side javascript?
How to you can limit Access to Web API to Specific HTTP Verb?
What can we do with asp.net?
What is the purpose of App_Code folder in ASP.NET? Why we this?
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
List some of the important session state modes of asp.net.
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
Can the dictionary object be created in client?s scope ?