Web.config is a configuration file for an ASP.NET Web application. Windows applications use a similar file called Application.Config.
The purpose of these configuration files is to set global settings like debugging information, authorization, etc. You can also define global values that can be accessed from .NET using the syntax:
<add key="name" value="John"/>
You could place a database connection string here. Although there are security implications.
For more help,
www.NeedProgrammingHelp.com
Reputation Points: 10
Solved Threads: 1
Junior Poster in Training
Offline 55 posts
since May 2005