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 are the advantages of passport authentication?
Which type of state management is provided by Query String in ASP.NET?
Where sessions are stored in asp.net?
Explain the flow of processing of the request? : asp.net mvc
What is a server cookie?
What is application session?
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
What is the size of Get method and how much data it can store?
Why session is used in asp.net?
Explain Life cycle of ASP.NET page when a request is made.
What kind of programming language is ASP.NET?
Write a code for sending an email from asp.net application.
Do gac'ed assemblies have fulltrust?
To load your generated dataset with data which method do you invoke?
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?