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
What are different types of api?
In which event are the controls fully loaded?
Describe paging in asp.net?
What is the difference between dispose() and finalize()?
Mention few asp.net validators.
Why session is more secure than cookies?
Explain parts of assembly?
What is the difference between CLICK and MOUSE DOWN Event ?
What is asp.net? How is it different from asp?
Why do we need url encoding?
Write some code using interfaces, virtual methods, and an abstract class`
What is AutoEventWireup attribute for ?
What does it mean your session has timed out?
How many types of file extensions for razor views in ASP.Net MVC?
Will session work if cookies is disabled?