| Author: Murugappan 18 Aug 2006 | Member Level: Silver | Rating: Points: 2 |
web.config is used for security purpose ..
Programmer can set the access for client using the site.........by using[Authorization & Authentication]
there is also custom error......settings
|
| Author: Sidhartha Gundavarapu 18 Aug 2006 | Member Level: Gold | Rating: Points: 2 |
it is for storing the configurations of the web application
|
| Author: Kr. Hemendra Singh Shaktawat 18 Aug 2006 | Member Level: Gold | Rating: Points: 2 |
Hi,
web.config is a XML based setting file for the default settings for web application and you can change it to add more custom settings with tags.
If there is no web.config in the web directory then the settings from machine.config as applied.
Hope this helps.
Good Luck
Hemendra Singh Shaktawat
Mindfire Solutions www.mindfiresolutions.com
|