What is the use of web.config? Difference between
machine.config and Web.config?
Answer Posted / karthikkommandi
Web.Config for Application Level Settings
Machine.Config is for Server level Settings
If any Settings are not Specified in Web.Config It will get
from Machine.Config by Default
| Is This Answer Correct ? | 29 Yes | 4 No |
Post New Answer View All Answers
Can we have multiple master pages in asp net?
How to implement form based authentication in asp.net application?
What is the difference between runtime version and version?
What is application and session in asp.net?
Define secured sockets layer.
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
What is state management techniques in asp.net?
What is the difference between pathparam and queryparam?
Explain exception handling in .net.
What is the adavantage of using ASP.NET routing?
Demonstrate Render and PreRender?
Explain a program using razor view engine to create a simple application? : asp.net mvc
What is app_code folder in asp net?
What is the difference between executescalar and executenonquery?
Explain Life cycle of ASP.NET page when a request is made.