where should write the connection string Show that it will
apply whole pages in the website
Answer Posted / lakshmi
connection string saved in the web.config file:
<connectionstrings>
<add name="Appconnectionstring1"
connectionstring="server=localhost;User Id=sa;Password=
password;Database=Northwind; persist security info ="True"
providerName="system.data.sqlclient"/>
</connectionstrings>
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Why is it preferred to not use finalize for clean up?
What are the main advantages of using asp.net?
What is form method?
When should I use server transfer and response redirect?
What is the use of autowireup in asp.net?
Explain about Multi-Language integration?
How does session authentication work?
What is the difference between ASP Session State and ASP.Net Session State?
What is the maximum timeout we can set for Cookies?
What is gridview in asp.net?
Describe in brief .net framework and its components.
How can we create Tree control in asp.net?
What is a postback url?
Any disadvantages in Dataset and in reflection ?
What are the session management techniques asp net?