| | |
wat is web.config
Please support our ASP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: May 2005
Posts: 55
Reputation:
Solved Threads: 1
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
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
![]() |
Similar Threads
- database string in web.config not working (ASP.NET)
- Web.config File (C#)
- Web Config file error (ASP.NET)
- urgent: session timeout occurs unexpectedly(given both web.config & global.asax code) (ASP.NET)
- Difference between Web.Config and Machine.Config (C#)
Other Threads in the ASP Forum
- Previous Thread: radio button no display??
- Next Thread: Is there anything wrong with this code
| Thread Tools | Search this Thread |
archive asp asp.net aspandmssqlserver2005 aspandmssqlserver2005connection aspconnection connection database databaseconnection dreamweaver excel fso iis msmsql mssql2005 mssqlserver2005 mssqlserver2005andasp mssqlserverandasp opentextfile record searchbox selectoption single specfic sqlserver sqlserverconnection windows7





