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>
Is there a technique to suppress the finalize process within the garbage collector forcibly in .NET?
Describe in brief regarding the performance of Visual basic?
Illustrate Application State in the ASP.NET.
Write down the various open source tool accessible for the VB.NET?
Write the name of two new properties that are further added in an ASP.NET 4.0 Page class?
Write all names of public properties well-defined in the WebService class.
Describe the differences between the Server-side and Client-side code?
Write the difference between the WindowsDefaultLocation and WindowsDefaultBounds properties?
Briefly describe about keywords also give example.
Briefly explain about ToolTip control. In what way we can associate it with another control?
18,76,764
1946158 Asked
3,689
Active Tutors
1427874
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!