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>
Name the classes that are supported to make the XML DOM?
Distinguish between Codebehind="MyCode.aspx.cs" and Src="MyCode.aspx.cs"?
Write name of the class which can be used for converting the data types?
What is meant by the XML DOM?
Why the data validations should be performed at a client side?
Explain Windows services?
How the customized properties of .NET application can be retrieved from XML .config file?
State the concept of constructor?
Describe disconnected architecture of the ADO.NET's data access model?
Explain an identifier in detail?
18,76,764
1960484 Asked
3,689
Active Tutors
1458315
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!