difference between <connectionstring> <Appsetting>
Answer Posted / priya
The <appSettings> element of a web.config file is a place
to store connection strings, server names, file paths, and
other miscellaneous settings needed by an application to
perform work
| Is This Answer Correct ? | 10 Yes | 7 No |
Post New Answer View All Answers
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
What is postback request?
What is the current version of asp.net?
Can I have a unique key as foreign key?
Which two new properties are added in asp.net 4.0 page class?
What are the events in a page life cycle?
How does asp.net page work?
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
What is a 307 redirect?
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
Why is global asax is used?
Can you clarified A Web service can only be written in .NET or not?
Why is the standalone environment only useful during the development process?
How do u optimize a query in asp.net?