Question
What is the Web.config file in ASP?

Answers

Configuration file is used to manage various settings that define a website. The settings are stored in XML files that are separate from your application code. In this way you can configure settings independently from your code. Generally a website contains a single Web.config file stored inside the application root directory. However there can be many configuration files that manage settings at various levels within an application.



Usage of configuration file:

ASP.NET Configuration system is used to describe the properties and behaviors of various aspects of ASP.NET applications. Configuration files help you to manage the settings related to your website. Each file is an XML file (with the extension .config) that contains a set of configuration elements. Configuration information is stored in XML-based text files.

Benefits of XML-based Configuration files:

. ASP.NET Configuration system is extensible and application specific information can be stored and retrieved easily. It is human readable.
. You need not restart the web server when the settings are changed in configuration file. ASP.NET automatically detects the changes and applies them to the running ASP.NET application.
. You can use any standard text editor or XML parser to create and edit ASP.NET configuration files.   Your Comment




More Software Questions..
What is the inputsplit in map reduce software?

What is software configuration management?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?

What are the minimum system requirements to run Photoshop? Is it possible to run Photoshop over linux?

Which oracle package is used to manage the oracle lock management services?

What is Latch Up? Explain Latch Up with cross section of a CMOS Inverter. How do you avoid Latch Up?

What is marker interface?

What types of partitioning are there for BW?



Search
Can you Answer!!
  • Q Write a C++ program to print strings in reverse order.
  • Q List out the features of bigsql?
  • Q Is Windows NT susceptible to the PING attack?
  • Q What has been your biggest failure & achievement?
  • Q A boy leaves home in the morning to go to school. At the moment he leaves the house he looks at the clock in the mirror. The clock has no number indication and for this reason the boy makes a mistake in interpreting the time (mirror-image). Just assuming the clock must be out of order, the boy cycles to school, where he arrives after twenty minutes. At that moment the clock at school shows a time that is two and a half hours later than the time that the boy saw on the clock at home. At what time did he reach school?
  • Q What are the steps do you take to get organization context to bring testing into the development process.
  • Q Where would you find Puck Miranda and Ariel
  • Q What is the difference between the concept of Nation and Nation State?
  • Q If automating - what is your process for determining what to automate and in what order?
  • Q Who is the leading wicket taker in the history of Test Cricket?
  • Q Explain what is the difference between bagof/3 and setof/3 predicate in prolog?