where should write the connection string Show that it will
apply whole pages in the website
Answer Posted / navin.cp
You can also pass a connection string in web.config file as:-
<appSettings>
<add key="ConStrName" value="your_ConStrValue"/>
</appSettings>
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain different authentication modes in asp.net?
what is command line compiler.what are the steps and how it is related to debugging.
Explain the namespace classes used in asp.net mvc? : asp.net mvc
What is viewstate in asp net with example?
What are validator? How do you disable them?
What are the different method of navigation in asp.net?
What is hidden field in asp.net?
Explain culture and uiculture values.
Where would you use an ihttpmodule, and what are the limitations if any?
can s/w quality assurance engineer switch field to programming side i m very much interested in programming but not much good in it
How to implement role based security in asp.net mvc? : Asp.Net MVC
What is the good practice to implement validations in aspx page?
Describe a bubbled event and how it is used ?
How do you remove duplicates without using remove duplicate stage?
What is the difference between page-level caching and fragment caching?