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>
List the difference between points, pixels, and em's at the time when fonts are displayed?
What are the layouts of ASP.NET Pages?
Explain the term culture and and UICulture values?
What do you mean by the term non_deterministic finalization?
How one can put a border around the picture box?
Explain Windows services?
Explain the importance of the Strong Name tool?
Which method is used in .NET to enforce garbage collection?
What is data type and how many types of data types are there in .NET ?
Explain the use of a toolstrip container?
18,76,764
1940350 Asked
3,689
Active Tutors
1419885
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!