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
What are the types of validation in asp net?
What are the advantages of asp.net mvc framework? : asp.net mvc
What is the difference between Hash table and Array list?
Explain difference between friend and protected friend?
How can we create pie chart in asp.net?
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
What are Caching techniques in .NET
Explain the different types of directives in .net?
What is autopostback true?
How does windows service lifecycle differ from a .standard. Exe?
How to disable validator control by client side JavaScript?
What parameters can you pass in the url of the api?
Describe the disadvantage of cookies.
Which class is used to send an email message from an ASP.NET Web page?
Elaborate differentiation between ViewState and SessionState?