AppSettings Section
Describe the appSettings Section which contains in a web.config file?
Expert
The web.config file sets the configuration for a Web project. appSettings block which is in configuration file sets user-defined values for the whole application.
Like, the specified ConnectionString section is used during the project for the database connection:
<configuration>
<appSettings>
<add key="ConnectionString" value="server=indiabixserver; pwd=dbpassword; database=indiabix" />
</appSettings>
How can a text box be enforced to show characters in the uppercase?
What is Custom Activities?
Is it possible to write a class without specifying the namespace? Write the namespace to which it belongs by default?
Explain DataAdapter class in the ADO.NET?
Define Query String? Explain its advantages and disadvantages?
List the types of generations there are in a garbage collector?
Briefly describe the ADO.NET architecture?
Write down the ToolTipService timing properties in the WPF?
Specify advantages of the XML schemas over DTD.
Explain the services which UDDI offers to the Web applications.
18,76,764
1954731 Asked
3,689
Active Tutors
1431200
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!