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:
You could place a database connection string here. Although there are security implications.
For more help, www.NeedProgrammingHelp.com
NPH
Junior Poster in Training
55 posts since May 2005
Reputation Points: 10
Solved Threads: 1