difference between writing connection string in web.config
through connection string and appsettings
Answer Posted / bathirasamy
both section are used for describing database strings and
values .This is used throughout our project if we using web
applications.
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
What is the difference between trace and debug in asp.net?
What are session state modes in asp.net?
What are the steps to follow to host a web application on a web server?
Explain difference betn dataset and recordset?
What is an asp.net web form?
If you want to write your own dot net language, what steps you will you take care?
Explain repository pattern in asp.net mvc? : asp.net mvc
Can you change a Master Page dynamically at runtime?
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?
what are configuration files?
What are the asp.net security controls?
What is the flow of processing of the request? : asp.net mvc
What r the asp.net list controls and diff. Between them?
How will you do Redo and Undo in a TextControl?
Explain page output caching?