Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What is AppSetting Section in “Web.Config” file
What is AppSetting Section in “Web.Config” file ?
✍: Guest
Using “AppSetting” section we can define user defined values. Example below defined is “ConnectionString” section which will be used through out the project for database connection.
<configuration> <appSettings> <add key="ConnectionString" value="server=xyz;pwd=www;database=testing" /> <appSettings>
2007-10-24, 5358👍, 0💬
Popular Posts:
How can I show HTML examples without them being interpreted as part of my document? Within the HTML ...
How do you open an SSH connection to a remote box? ????
In below sample code if we create a object of class2 which constructor will fire first? Public Class...
1. The basics first, please define the web in simple language? How is it connected with internet? Wh...
interview.FYIcenter.com offers a collections of interview questions and answers for software and Web...