difference between <connectionstring> <Appsetting>
Answer Posted / jerry joseph
<Appsetting> in Web.Config can be used to store Settings
which are applicable for the whole Application
<connectionstring> is a node within <Appsetting> in the
Web.config
it can be used to store the Connection String
| Is This Answer Correct ? | 4 Yes | 19 No |
Post New Answer View All Answers
Can you explain the importance of finalize method in .net?
What is the use of placeholder control?
Explain the asp.net mvc request life cycle? : asp.net mvc
What are the different types of cookies in asp.net?
Define web.config in .net?
What is another word for redirect?
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
Explain exception handling in .net.
What is semantic gap?
What is the difference between custom web user control and a custom web server control?
How to use push notification?
What is a postback ispostback and autopostback in asp net?
What is a postback url?
Differentiate between namespace and assembly.
Explain ViewState?