Which tab of the web site administration tool do you use to
manage application setting ,debug and tracing?
Answer Posted / radhika
Use the Application tab of the Web Site Administration Tool
(Web Site Administration Tool) to manage commonly used
settings related to the Web application and site.
Use the Application tab to manage the following:
Application settings name/value pairs.
Application settings are name/value pairs that represent
configurable values text in the Web application. Use
application settings to store custom application
configuration information, such as file paths, XML Web
service URLs, commonly used text, or any information that
you want to maintain in a central location and be able to
change easily.
Application settings are stored in the configuration file
as plain text. Therefore, you must take appropriate
security measures when you use application settings. Do not
store sensitive information, such as user names, passwords,
or database connection strings in application settings.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Which protocol is used in a web api?
What are the different types of Caching techniques in ASP.NET?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
What is http protocol and how it works?
What permissions do asp.net applications posses by default?
What is rending process in ASP.NET?
What is the difference between custom web user control and a custom web server control?
What is the difference between visual basic and asp.net?
What is css and what is it used for?
What is a page life cycle?
What is difference between abstract class and an interface?
How to manage different kinds of sessions in ASP.NET?
What does mvc represent in asp.net? : asp.net mvc
What is http request and response?
Explain client side state management system.