InterviewSolution
Saved Bookmarks
| 1. |
Explain the difference between the web config and machine config. |
|
Answer» MACHINE config is severed SPECIFIC, whereas web config is specific to a web application. Only ONE machine config file can be PRESENT on a SERVER, but multiple web config files can be implemented into an application. |
|