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>
Explain the role of a DISTINCT clause in the LINQ query?
Differentiate between the default skin and the named skin?
What do you understand by the JSON?
Explain the use of <sessionState> tag in a web.config file?
Explain how exception handling is changed in the .NET Framework 4.0?
14. What is difference between Tool Strip drop down button and toolstripsplit button?
Write about the AJAX and JavaScript?
Using XSLT, how the value of a specific attribute can be extracted from an element in the XML document?
What is connection pooling? And name the pre-requisites used for connection pooling?
What are the chief built in objects in Asp.net?
18,76,764
1951595 Asked
3,689
Active Tutors
1460779
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!