Which tab of the web site administration tool do you use to
manage application setting ,debug and tracing?
Answers were Sorted based on User's Feedback
Answer / 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 |
why we should use more than one web.config files in our application? I have two web.config files in my application. One in the root directory and another one inside a sub folder. When the application runs which web.config file will run? why?
How is it possible for .NET to support many languages?
Can we use http handlers to upload a file in asp.net?
how to pass session value one url to another url.my code if session("user")="abc" then response.redirect("www.abc.com\client\home.aspx") end if. so how to pass value of session in browser url
What are the intrinsic objects present in ASP.NET
Securitywise What are the Enhancements in 2.0?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
Types of optimization and name a few ?
How is application management and maintenance improved in asp.net 2.0?
What is an asp.net validator? And, mention its types.
Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc
How to find last error which occurred in Asp.net ?