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 to use a Master Database in Asp.net?
What are the media types of http requests and response?
What is the difference between the asp and asp.net?
Is asp.net and .net the same?
Explain login controls.
Why do we use web config?
What language is asp.net written in?
Explain the difference between debug.write and trace.write?
Can one dll file contains the compiled code of more than one .net language?
Explain what is an assembly?
Can I have a unique key as foreign key?
How to implement form based authentication in asp.net application?
What are session state modes? List some of the important session state modes of asp.net.
What is class and object in asp.net?
What is the significance of attaching a profile while creating a user?