difference between <connectionstring> <Appsetting>
Answer Posted / sivaram
Well inside the appsettings is where you put all properties
that have to do with the entire web application you are
building. Connection strings can be placed inside the
appsettings to make it easy to connect each page from your
site to a database. Instead of defining a connection string
on each page, you write it once it the web.config and can
reference it from all other pages.
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
Can you change a Master Page dynamically at runtime?
How to send a DataReader as a parameter to a remote client ?
How can I configure asp.net applications that are running on a remote machine?
Explain about asp.net caching?
What are merge modules?
Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
What are the different types of cookies in asp.net?
What is a web server? What are the load limits in it?
Explain the steps to be followed to use passport authentication.
Define globalization and localization.
What is session object? Describe in detail.
Which is faster viewdata or viewbag?
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?