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
How can we prevent browser from caching an aspx page?
Which is better session or viewstate?
Can you change a master page dynamically at runtime? How?
Write the different features of a Thread and a Process?
What is the full meaning of asp.net?
Explain ViewState?
Please briefly explain the usage of global.asax?
How tooltip is set through code-behind in ASP.NET?
Explain how to prepare culture-specific formatting in .net.
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
how can create login from create and written conde in asp.net
Explain the difference between page.registerclientscriptblock and page.registerstartupscript?
Explain a program using razor view engine to create a simple application? : asp.net mvc
What are the advantages and disadvantages of Using Cookies?
Can you explain page lifecycle in net?